Package org.dspace.app.requestitem
Class RequestItem
- java.lang.Object
-
- org.dspace.app.requestitem.RequestItem
-
- All Implemented Interfaces:
ReloadableEntity<Integer>
@Entity public class RequestItem extends Object implements ReloadableEntity<Integer>
Object representing an Item Request
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRequestItem()Protected constructor, create object using:RequestItemService.createRequest(Context, Bitstream, Item, boolean, String, String, String)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitstreamgetBitstream()DategetDecision_date()DategetExpires()IntegergetID()The unique identifier of this entity instance.ItemgetItem()StringgetReqEmail()StringgetReqMessage()StringgetReqName()DategetRequest_date()StringgetToken()booleanisAccept_request()booleanisAllfiles()voidsetAccept_request(boolean accept_request)voidsetDecision_date(Date decision_date)
-
-
-
Constructor Detail
-
RequestItem
protected RequestItem()
Protected constructor, create object using:RequestItemService.createRequest(Context, Bitstream, Item, boolean, String, String, String)
-
-
Method Detail
-
getID
public Integer getID()
Description copied from interface:ReloadableEntityThe unique identifier of this entity instance.- Specified by:
getIDin interfaceReloadableEntity<Integer>- Returns:
- the value of the primary key for this instance.
-
isAllfiles
public boolean isAllfiles()
-
getReqMessage
public String getReqMessage()
-
getReqName
public String getReqName()
-
getReqEmail
public String getReqEmail()
-
getToken
public String getToken()
-
getItem
public Item getItem()
-
getBitstream
public Bitstream getBitstream()
-
getDecision_date
public Date getDecision_date()
-
setDecision_date
public void setDecision_date(Date decision_date)
-
isAccept_request
public boolean isAccept_request()
-
setAccept_request
public void setAccept_request(boolean accept_request)
-
getExpires
public Date getExpires()
-
getRequest_date
public Date getRequest_date()
-
-