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 PlayerModel
clone()
long
getId()
String
getRoleTypeUri()
String
getTypeUri()
void
setId(long id)
void
setRoleTypeUri(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()
-
-