Class HarvestedItem

java.lang.Object
org.dspace.harvest.HarvestedItem
All Implemented Interfaces:
ReloadableEntity<Integer>

@Entity public class HarvestedItem extends Object implements ReloadableEntity<Integer>
Author:
Alexey Maslov
  • Constructor Details

  • Method Details

    • getID

      public Integer getID()
      Description copied from interface: ReloadableEntity
      The unique identifier of this entity instance.
      Specified by:
      getID in interface ReloadableEntity<Integer>
      Returns:
      the value of the primary key for this instance.
    • getItem

      public Item getItem()
    • getOaiID

      public String getOaiID()
      Get the oai_id associated with this item
      Returns:
      itemOaiID item's OAI identifier
    • setOaiID

      public void setOaiID(String itemOaiID)
      Set the oai_id associated with this item
      Parameters:
      itemOaiID - item's OAI identifier
    • setHarvestDate

      public void setHarvestDate(Instant date)
    • getHarvestDate

      public Instant getHarvestDate()