| 
||||||||||
| 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.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 Actorpublic 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 setActorDefinedRoles(Role[] roles)
Actor
setActorDefinedRoles in interface Actorroles - the new actor defined rolespublic 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 version
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||