Package net.ontopia.topicmaps.rest.model
Class TopicName
- java.lang.Object
-
- net.ontopia.topicmaps.rest.model.TMObject
-
- net.ontopia.topicmaps.rest.model.Reifiable
-
- net.ontopia.topicmaps.rest.model.Scoped
-
- net.ontopia.topicmaps.rest.model.TopicName
-
public class TopicName extends Scoped
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Topic
getTopic()
Topic
getType()
String
getValue()
Collection<VariantName>
getVariants()
void
setTopic(Topic topic)
void
setType(Topic type)
void
setValue(String name)
-
Methods inherited from class net.ontopia.topicmaps.rest.model.Reifiable
getReifier, setReifier
-
Methods inherited from class net.ontopia.topicmaps.rest.model.TMObject
getItemIdentifiers, getObjectId, setItemIdentifiers
-
-
-
-
Constructor Detail
-
TopicName
public TopicName()
-
TopicName
public TopicName(String objectId)
-
-
Method Detail
-
getVariants
public Collection<VariantName> getVariants()
-
getTopic
public Topic getTopic()
-
setTopic
public void setTopic(Topic topic)
-
getValue
public String getValue()
-
setValue
public void setValue(String name)
-
getType
public Topic getType()
-
setType
public void setType(Topic type)
-
-