|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.search.HarvestedItemInfo
public class HarvestedItemInfo
Simple container class containing information about a harvested DSpace item.
| Field Summary | |
|---|---|
List<String> |
collectionHandles
A List of Strings. |
Context |
context
Context used when creating this object |
Date |
datestamp
The datestamp |
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 Summary | |
|---|---|
HarvestedItemInfo()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Context context
public int itemID
public String handle
public Date datestamp
public Item item
public List<String> collectionHandles
Harvest
(N.B. not Collection objects)
public boolean withdrawn
| Constructor Detail |
|---|
public HarvestedItemInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||