Package org.dspace.search
Class HarvestedItemInfo
java.lang.Object
org.dspace.search.HarvestedItemInfo
Simple container class containing information about a harvested DSpace item.
- Version:
- $Revision$
- Author:
- Robert Tansley
-
Field Summary
FieldsModifier and TypeFieldDescriptionA List of Strings.Context used when creating this objectThe datestampThe Handle, with no prefixThe item.Internal item ID (as opposed to item's OAI ID, which is the Handle)booleanTrue if this item has been withdrawn -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
context
Context used when creating this object -
itemID
Internal item ID (as opposed to item's OAI ID, which is the Handle) -
handle
The Handle, with no prefix -
datestamp
The datestamp -
item
The item. Only filled out if requested -
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 withdrawnTrue if this item has been withdrawn
-
-
Constructor Details
-
HarvestedItemInfo
public HarvestedItemInfo()
-