Class TemplateItem
- java.lang.Object
-
- org.dspace.app.rest.model.wrapper.TemplateItem
-
-
Constructor Summary
Constructors Constructor Description TemplateItem(Item item)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDgetID()ItemgetItem()DategetLastModified()List<MetadataValue>getMetadata()CollectiongetTemplateItemOf()
-
-
-
Constructor Detail
-
TemplateItem
public TemplateItem(Item item)
-
-
Method Detail
-
getItem
public Item getItem()
-
getMetadata
public List<MetadataValue> getMetadata()
-
getID
public UUID getID()
-
getLastModified
public Date getLastModified()
-
getTemplateItemOf
public Collection getTemplateItemOf()
-
-