Package systems.dmx.core.model
Interface PlayerModel
-
- All Superinterfaces:
Cloneable,JSONEnabled
- All Known Subinterfaces:
AssocPlayerModel,TopicPlayerModel
public interface PlayerModel extends JSONEnabled, Cloneable
The data that underly aPlayer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlayerModelclone()longgetId()StringgetRoleTypeUri()StringgetTypeUri()voidsetId(long id)voidsetRoleTypeUri(String roleTypeUri)-
Methods inherited from interface systems.dmx.core.JSONEnabled
dump, toJSON
-
-
-
-
Method Detail
-
getId
long getId()
-
getRoleTypeUri
String getRoleTypeUri()
-
getTypeUri
String getTypeUri()
-
setId
void setId(long id)
-
setRoleTypeUri
void setRoleTypeUri(String roleTypeUri)
-
clone
PlayerModel clone()
-
-