|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Actor extends Agent, PersistedModelObject
The Interface Actor.
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 |
---|
Role[] getActorDefinedRoles()
Role[] getActorRoles()
String getName()
void setActorDefinedRoles(Role[] roles)
roles
- the new actor defined rolesvoid setActorRoles(Role[] roles)
roles
- the new actor rolesvoid setName(String name)
name
- the new name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |