Package systems.dmx.core.model
Interface TopicPlayerModel
-
- All Superinterfaces:
Cloneable
,JSONEnabled
,PlayerModel
public interface TopicPlayerModel extends PlayerModel
The data that underly aTopicPlayer
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTopicUri()
boolean
topicIdentifiedByUri()
-
Methods inherited from interface systems.dmx.core.JSONEnabled
dump, toJSON
-
Methods inherited from interface systems.dmx.core.model.PlayerModel
clone, getId, getRoleTypeUri, getTypeUri, setId, setRoleTypeUri
-
-
-
-
Method Detail
-
getTopicUri
String getTopicUri()
-
topicIdentifiedByUri
boolean topicIdentifiedByUri()
-
-