Class HarvestedItemInfo


  • public class HarvestedItemInfo
    extends Object
    Simple container class containing information about a harvested DSpace item.
    Version:
    $Revision$
    Author:
    Robert Tansley
    • Field Detail

      • context

        public Context context
        Context used when creating this object
      • itemID

        public UUID itemID
        Internal item ID (as opposed to item's OAI ID, which is the Handle)
      • handle

        public String handle
        The Handle, with no prefix
      • datestamp

        public Date datestamp
        The datestamp
      • item

        public Item item
        The item. Only filled out if requested
      • collectionHandles

        public List<String> collectionHandles
        A List of Strings. The Handles of collections this item is in. Only filled out if originally requested when invoking Harvest (N.B. not Collection objects)
      • withdrawn

        public boolean withdrawn
        True if this item has been withdrawn
    • Constructor Detail

      • HarvestedItemInfo

        public HarvestedItemInfo()