Package systems.dmx.core
Interface RelatedTopic
-
- All Superinterfaces:
DMXObject
,Identifiable
,JSONEnabled
,RelatedObject
,Topic
public interface RelatedTopic extends RelatedObject, Topic
A Topic-Assoc pair.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelatedTopicModel
getModel()
-
Methods inherited from interface systems.dmx.core.DMXObject
checkWriteAccess, delete, getAssoc, getAssocs, getChildTopics, getDatabaseVendorObject, getId, getProperty, getRelatedAssoc, getRelatedAssocs, getRelatedAssocs, getRelatedTopic, getRelatedTopics, getRelatedTopics, getSimpleValue, getType, getTypeUri, getUri, hasProperty, loadChildTopics, loadChildTopics, removeProperty, setProperty, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setTypeUri, setUri, update, update, updateChildTopics
-
Methods inherited from interface systems.dmx.core.JSONEnabled
dump, toJSON
-
Methods inherited from interface systems.dmx.core.RelatedObject
getRelatingAssoc
-
Methods inherited from interface systems.dmx.core.Topic
findChildTopic
-
-
-
-
Method Detail
-
getModel
RelatedTopicModel getModel()
-
-