com.hack23.cia.model.common.api
Interface Actor

Package class diagram package Actor
All Superinterfaces:
Agent, ModelObject, PersistedModelObject, Serializable
All Known Subinterfaces:
ApplicationGroup, Group, ParliamentGroup, Person
All Known Implementing Classes:
Agency, Committee, Human, Parliament, PoliticalParty

public interface Actor
extends Agent, PersistedModelObject

The Interface Actor.


Method Summary
 Role[] getActorRoles()
          Gets the actor roles.
 String getName()
          Gets the name.
 void setActorRoles(Role[] roles)
          Sets the actor roles.
 void setName(String name)
          Sets the name.
 
Methods inherited from interface com.hack23.cia.model.common.api.PersistedModelObject
getId, getVersion, isNew, setId, setVersion
 

Method Detail

getActorRoles

Role[] getActorRoles()
Gets the actor roles.

Returns:
the actor roles

getName

String getName()
Gets the name.

Returns:
the name

setActorRoles

void setActorRoles(Role[] roles)
Sets the actor roles.

Parameters:
roles - the new actor roles

setName

void setName(String name)
Sets the name.

Parameters:
name - the new name


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.