@Entity public class HarvestedItem extends Object implements ReloadableEntity<Integer>
| Modifier | Constructor and Description |
|---|---|
protected |
HarvestedItem()
Protected constructor, create object using:
HarvestedItemService.create(Context, Item, String) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getHarvestDate() |
Integer |
getID()
The unique identifier of this entity instance.
|
Item |
getItem() |
String |
getOaiID()
Get the oai_id associated with this item
|
void |
setHarvestDate(Date date) |
void |
setOaiID(String itemOaiID)
Set the oai_id associated with this item
|
protected HarvestedItem()
HarvestedItemService.create(Context, Item, String)public Integer getID()
ReloadableEntitygetID in interface ReloadableEntity<Integer>public Item getItem()
public String getOaiID()
public void setOaiID(String itemOaiID)
public void setHarvestDate(Date date)
public Date getHarvestDate()
Copyright © 2022 LYRASIS. All rights reserved.