|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.impl.common.BaseEntity com.hack23.cia.model.impl.common.Person
@Entity public class Person extends BaseEntity implements Actor
The Class Person.
Constructor and Description |
---|
Person()
Instantiates a new person. |
Modifier and Type | Method and Description |
---|---|
Actor |
getActor()
Gets the actor. |
Role[] |
getActorDefinedRoles()
Gets the actor defined roles. |
Role[] |
getActorRoles()
Gets the actor roles. |
protected TypeContext |
getApplicationTypeContext()
Gets the application type context. |
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 Person()
Method Detail |
---|
public Actor getActor()
public Role[] getActorDefinedRoles()
Actor
getActorDefinedRoles
in interface Actor
public Role[] getActorRoles()
Actor
getActorRoles
in interface Actor
protected TypeContext getApplicationTypeContext()
BaseEntity
getApplicationTypeContext
in class BaseEntity
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 setActorDefinedRoles(Role[] roles)
Actor
setActorDefinedRoles
in interface Actor
roles
- the new actor defined rolespublic 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 |