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 RelatedTopicModelclone()AssocModelImplgetRelatingAssoc()org.codehaus.jettison.json.JSONObjecttoJSON()-
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:
getRelatingAssocin interfaceRelatedObjectModel
-
toJSON
public org.codehaus.jettison.json.JSONObject toJSON()
- Specified by:
toJSONin interfaceJSONEnabled- Overrides:
toJSONin classDMXObjectModelImpl
-
clone
public RelatedTopicModel clone()
- Specified by:
clonein interfaceDMXObjectModel- Specified by:
clonein interfaceRelatedTopicModel- Specified by:
clonein interfaceTopicModel- Overrides:
clonein classTopicModelImpl
-
-