Package systems.dmx.core.impl
Class TopicModelImpl
- java.lang.Object
-
- systems.dmx.core.impl.DMXObjectModelImpl
-
- systems.dmx.core.impl.TopicModelImpl
-
- All Implemented Interfaces:
Cloneable
,Identifiable
,JSONEnabled
,DMXObjectModel
,TopicModel
- Direct Known Subclasses:
AssocTypeModelImpl
,RelatedTopicModelImpl
public class TopicModelImpl extends DMXObjectModelImpl implements TopicModel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopicModel
clone()
PlayerModel
createPlayerModel(String roleTypeUri)
-
Methods inherited from class systems.dmx.core.impl.DMXObjectModelImpl
equals, getChildTopics, getId, getSimpleValue, getTypeUri, getUri, hashCode, set, setChildTopics, setId, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setTypeUri, setUri, toJSON, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface systems.dmx.core.model.DMXObjectModel
getChildTopics, getId, getSimpleValue, getTypeUri, getUri, set, setChildTopics, setId, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setTypeUri, setUri
-
Methods inherited from interface systems.dmx.core.JSONEnabled
dump, toJSON
-
-
-
-
Method Detail
-
createPlayerModel
public PlayerModel createPlayerModel(String roleTypeUri)
- Specified by:
createPlayerModel
in interfaceDMXObjectModel
- Overrides:
createPlayerModel
in classDMXObjectModelImpl
-
clone
public TopicModel clone()
- Specified by:
clone
in interfaceDMXObjectModel
- Specified by:
clone
in interfaceTopicModel
- Overrides:
clone
in classDMXObjectModelImpl
-
-