Package net.ontopia.topicmaps.rest.model
Class Scoped
- java.lang.Object
-
- net.ontopia.topicmaps.rest.model.TMObject
-
- net.ontopia.topicmaps.rest.model.Reifiable
-
- net.ontopia.topicmaps.rest.model.Scoped
-
- Direct Known Subclasses:
Association
,Occurrence
,TopicName
,VariantName
public class Scoped extends Reifiable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Topic>
getScope()
void
setScope(Collection<Topic> scope)
-
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
-
Scoped
public Scoped()
-
Scoped
public Scoped(String objectId)
-
-
Method Detail
-
getScope
public Collection<Topic> getScope()
-
setScope
public void setScope(Collection<Topic> scope)
-
-