|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.model.impl.common.BaseEntity
com.hack23.cia.model.impl.common.Human
@Entity public class Human
The Class Human.
| Constructor Summary | |
|---|---|
Human()
Instantiates a new human. |
|
| Method Summary | |
|---|---|
Actor |
getActor()
Gets the actor. |
Role[] |
getActorDefinedRoles()
Gets the actor roles. |
Role[] |
getActorRoles()
Gets the actor roles. |
protected TypeContext |
getApplicationTypeContext()
Gets the application group specification. |
Long |
getId()
Gets the id. |
String |
getName()
Gets the name. |
Long |
getVersion()
Gets the version. |
void |
setActor(Actor actor)
Sets the actor. |
void |
setActorDefinedRoles(Role[] roles)
Sets the actor defined roles. |
void |
setActorRoles(Role[] roles)
Sets the actor roles. |
void |
setId(Long id)
Sets the id. |
void |
setName(String name)
Sets the name. |
void |
setVersion(Long version)
Sets the version. |
| Methods inherited from class com.hack23.cia.model.impl.common.BaseEntity |
|---|
equals, getTypeContext, hashCode, isNew |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject |
|---|
getTypeContext, isNew |
| Constructor Detail |
|---|
public Human()
| Method Detail |
|---|
public Actor getActor()
public Role[] getActorRoles()
Actor
getActorRoles in interface Actorprotected TypeContext getApplicationTypeContext()
BaseEntity
getApplicationTypeContext in class BaseEntitypublic Long getId()
BaseEntity
getId in interface PersistedModelObjectgetId in class BaseEntitypublic String getName()
Actor
getName in interface Actorpublic Long getVersion()
BaseEntity
getVersion in interface PersistedModelObjectgetVersion in class BaseEntitypublic void setActor(Actor actor)
actor - the new actorpublic void setActorRoles(Role[] roles)
Actor
setActorRoles in interface Actorroles - the new actor rolespublic void setId(Long id)
setId in interface PersistedModelObjectid - the new idpublic void setName(String name)
Actor
setName in interface Actorname - the new namepublic void setVersion(Long version)
setVersion in interface PersistedModelObjectversion - the new versionpublic Role[] getActorDefinedRoles()
Actor
getActorDefinedRoles in interface Actorpublic void setActorDefinedRoles(Role[] roles)
Actor
setActorDefinedRoles in interface Actorroles - the new actor defined roles
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||