Package net.ontopia.topicmaps.rest.model
Class TMObject
- java.lang.Object
-
- net.ontopia.topicmaps.rest.model.TMObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<URILocator>
getItemIdentifiers()
String
getObjectId()
void
setItemIdentifiers(Collection<URILocator> itemIdentifiers)
-
-
-
Constructor Detail
-
TMObject
public TMObject()
-
TMObject
public TMObject(String objectId)
-
-
Method Detail
-
getObjectId
public String getObjectId()
-
getItemIdentifiers
public Collection<URILocator> getItemIdentifiers()
-
setItemIdentifiers
public void setItemIdentifiers(Collection<URILocator> itemIdentifiers)
-
-