Package org.dspace.search
Class HarvestedItemInfo
- java.lang.Object
-
- org.dspace.search.HarvestedItemInfo
-
public class HarvestedItemInfo extends Object
Simple container class containing information about a harvested DSpace item.- Version:
- $Revision$
- Author:
- Robert Tansley
-
-
Field Summary
Fields Modifier and Type Field Description List<String>collectionHandlesA List of Strings.ContextcontextContext used when creating this objectDatedatestampThe datestampStringhandleThe Handle, with no prefixItemitemThe item.UUIDitemIDInternal item ID (as opposed to item's OAI ID, which is the Handle)booleanwithdrawnTrue if this item has been withdrawn
-
Constructor Summary
Constructors Constructor Description HarvestedItemInfo()
-
-
-
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 invokingHarvest(N.B. not Collection objects)
-
withdrawn
public boolean withdrawn
True if this item has been withdrawn
-
-