| 
||||||||||
| 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.application.administration.Player
@Entity public class Player extends BaseEntity implements UserRole
The Class Player.
| Constructor and Description | 
|---|
Player()
Instantiates a new player.  | 
| Modifier and Type | Method and Description | 
|---|---|
 Actor | 
getActor()
Gets the actor.  | 
protected  TypeContext | 
getApplicationTypeContext()
Gets the application type context.  | 
 Long | 
getId()
Gets the id.  | 
 ParliamentMember | 
getShadowParliamentMember()
Gets the shadow parliament member.  | 
 User | 
getUser()
Gets the user.  | 
 Long | 
getVersion()
Gets the version.  | 
 void | 
setActor(Actor actor)
Sets the actor.  | 
 void | 
setId(Long id)
Sets the id.  | 
 void | 
setShadowParliamentMember(ParliamentMember shadowParliamentMember)
Sets the shadow parliament member.  | 
 void | 
setUser(User user)
Sets the user.  | 
 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 Player()
| Method Detail | 
|---|
public Actor getActor()
Role
getActor in interface Roleprotected TypeContext getApplicationTypeContext()
BaseEntity
getApplicationTypeContext in class BaseEntitypublic Long getId()
BaseEntity
getId in interface PersistedModelObjectgetId in class BaseEntitypublic ParliamentMember getShadowParliamentMember()
public User getUser()
public Long getVersion()
BaseEntity
getVersion in interface PersistedModelObjectgetVersion in class BaseEntitypublic void setActor(Actor actor)
Role
setActor in interface Roleactor - the new actorpublic void setId(Long id)
PersistedModelObject
setId in interface PersistedModelObjectid - the new idpublic void setShadowParliamentMember(ParliamentMember shadowParliamentMember)
shadowParliamentMember - the new shadow parliament memberpublic void setUser(User user)
user - the new userpublic void setVersion(Long version)
PersistedModelObject
setVersion in interface PersistedModelObjectversion - the new version
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||