Package systems.dmx.core.impl
Class RelatedTopicModelImpl
- java.lang.Object
-
- systems.dmx.core.impl.DMXObjectModelImpl
-
- systems.dmx.core.impl.TopicModelImpl
-
- systems.dmx.core.impl.RelatedTopicModelImpl
-
- All Implemented Interfaces:
Cloneable
,Identifiable
,JSONEnabled
,DMXObjectModel
,RelatedObjectModel
,RelatedTopicModel
,TopicModel
public class RelatedTopicModelImpl extends TopicModelImpl implements RelatedTopicModel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RelatedTopicModel
clone()
AssocModelImpl
getRelatingAssoc()
org.codehaus.jettison.json.JSONObject
toJSON()
-
Methods inherited from class systems.dmx.core.impl.TopicModelImpl
createPlayerModel
-
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, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface systems.dmx.core.model.DMXObjectModel
createPlayerModel, getChildTopics, getId, getSimpleValue, getTypeUri, getUri, set, setChildTopics, setId, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setTypeUri, setUri
-
Methods inherited from interface systems.dmx.core.JSONEnabled
dump
-
-
-
-
Method Detail
-
getRelatingAssoc
public AssocModelImpl getRelatingAssoc()
- Specified by:
getRelatingAssoc
in interfaceRelatedObjectModel
-
toJSON
public org.codehaus.jettison.json.JSONObject toJSON()
- Specified by:
toJSON
in interfaceJSONEnabled
- Overrides:
toJSON
in classDMXObjectModelImpl
-
clone
public RelatedTopicModel clone()
- Specified by:
clone
in interfaceDMXObjectModel
- Specified by:
clone
in interfaceRelatedTopicModel
- Specified by:
clone
in interfaceTopicModel
- Overrides:
clone
in classTopicModelImpl
-
-