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

Package class diagram package Actor
All Superinterfaces:
Agent, ModelObject, PersistedModelObject, Serializable
All Known Subinterfaces:
ApplicationGroup, CommitteeData, DepartmentData, GovernmentAuthorityData, GovernmentData, GovernmentGroup, Group, ParliamentData, ParliamentGroup, PoliticalPartyData, PoliticianData
All Known Implementing Classes:
Committee, Parliament, Person, PoliticalParty, Politician

public interface Actor
extends Agent, PersistedModelObject

The Interface Actor.


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

Method Detail

getActorDefinedRoles

Role[] getActorDefinedRoles()
Gets the actor defined roles.

Returns:
the actor defined roles

getActorRoles

Role[] getActorRoles()
Gets the actor roles.

Returns:
the actor roles

getName

String getName()
Gets the name.

Returns:
the name

setActorDefinedRoles

void setActorDefinedRoles(Role[] roles)
Sets the actor defined roles.

Parameters:
roles - the new actor defined roles

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-2010 www.hack23.com. All Rights Reserved.