Class TemplateItem


  • public class TemplateItem
    extends Object
    This class represents a Collection's Item Template. It acts as a wrapper for an Item object to differentiate between actual Items and TemplateItems
    • Constructor Detail

      • TemplateItem

        public TemplateItem​(org.dspace.content.Item item)
    • Method Detail

      • getItem

        public org.dspace.content.Item getItem()
      • getMetadata

        public List<org.dspace.content.MetadataValue> getMetadata()
      • getID

        public UUID getID()
      • getLastModified

        public Date getLastModified()
      • getTemplateItemOf

        public org.dspace.content.Collection getTemplateItemOf()