public class HarvestedItemInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.String> |
collectionHandles
A List of Strings.
|
Context |
context
Context used when creating this object
|
java.util.Date |
datestamp
The datestamp
|
java.lang.String |
handle
The Handle, with no prefix
|
Item |
item
The item.
|
int |
itemID
Internal item ID (as opposed to item's OAI ID, which is the Handle)
|
boolean |
withdrawn
True if this item has been withdrawn
|
| Constructor and Description |
|---|
HarvestedItemInfo() |
public Context context
public int itemID
public java.lang.String handle
public java.util.Date datestamp
public Item item
public java.util.List<java.lang.String> collectionHandles
Harvest
(N.B. not Collection objects)public boolean withdrawn
Copyright © 2018 DuraSpace. All Rights Reserved.