|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.common.impl.BaseEntity com.hack23.cia.model.common.impl.Human
@Entity public class Human
The Class Human.
Constructor Summary | |
---|---|
Human()
Instantiates a new human. |
Method Summary | |
---|---|
Actor |
getActor()
Gets the actor. |
Role[] |
getActorRoles()
Gets the actor roles. |
Long |
getId()
Gets the id. |
String |
getName()
Gets the name. |
Long |
getVersion()
Gets the version. |
void |
setActor(Actor actor)
Sets the actor. |
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.common.impl.BaseEntity |
---|
equals, 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.common.api.PersistedModelObject |
---|
isNew |
Constructor Detail |
---|
public Human()
Method Detail |
---|
public Actor getActor()
public Role[] getActorRoles()
Actor
getActorRoles
in interface Actor
public Long getId()
BaseEntity
getId
in interface PersistedModelObject
getId
in class BaseEntity
public String getName()
Actor
getName
in interface Actor
public Long getVersion()
BaseEntity
getVersion
in interface PersistedModelObject
getVersion
in class BaseEntity
public void setActor(Actor actor)
actor
- the new actorpublic void setActorRoles(Role[] roles)
Actor
setActorRoles
in interface Actor
roles
- the new actor rolespublic void setId(Long id)
setId
in interface PersistedModelObject
id
- the new idpublic void setName(String name)
Actor
setName
in interface Actor
name
- the new namepublic void setVersion(Long version)
setVersion
in interface PersistedModelObject
version
- the new version
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |