|
||||||||||
| 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.GameBoard
@Entity public class GameBoard extends BaseEntity implements ApplicationEnvironment
The Class GameBoard.
| Constructor and Description |
|---|
GameBoard()
Instantiates a new game board. |
| Modifier and Type | Method and Description |
|---|---|
protected TypeContext |
getApplicationTypeContext()
Gets the application type context. |
Long |
getId()
Gets the id. |
String |
getName()
Gets the name. |
Set<Player> |
getPlayers()
Gets the players. |
Long |
getVersion()
Gets the version. |
void |
setId(Long id)
Sets the id. |
void |
setName(String name)
Sets the name. |
void |
setPlayers(Set<Player> players)
Sets the players. |
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 GameBoard()
| Method Detail |
|---|
protected TypeContext getApplicationTypeContext()
BaseEntity
getApplicationTypeContext in class BaseEntitypublic Long getId()
BaseEntity
getId in interface PersistedModelObjectgetId in class BaseEntitypublic Set<Player> getPlayers()
public Long getVersion()
BaseEntity
getVersion in interface PersistedModelObjectgetVersion in class BaseEntitypublic void setId(Long id)
PersistedModelObject
setId in interface PersistedModelObjectid - the new idpublic void setPlayers(Set<Player> players)
players - the new playerspublic void setVersion(Long version)
PersistedModelObject
setVersion in interface PersistedModelObjectversion - the new versionpublic String getName()
Environment
getName in interface Environmentpublic void setName(String name)
Environment
setName in interface Environmentname - the new name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||