@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) |
protected HarvestedItem()
HarvestedItemService.create(Context, Item, String)public Integer getID()
getID in interface ReloadableEntity<Integer>public Item getItem()
public String getOaiID()
public void setOaiID(String itemOaiID)
public void setHarvestDate(Date date)
public Date getHarvestDate()
Copyright © 2016 DuraSpace. All rights reserved.