org.dspace.sword
Class DepositResult
java.lang.Object
org.dspace.sword.DepositResult
public class DepositResult
- extends Object
The DSpace class for representing the results of a deposit
request. This class can be used to hold all of the relevant
components required to later build the SWORD response
- Author:
- Richard Jones
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DepositResult
public DepositResult()
getBitstream
public Bitstream getBitstream()
setBitstream
public void setBitstream(Bitstream bitstream)
getTreatment
public String getTreatment()
setTreatment
public void setTreatment(String treatment)
getItem
public Item getItem()
- Returns:
- the item
setItem
public void setItem(Item item)
- Parameters:
item - the item to set
getHandle
public String getHandle()
- Returns:
- the handle
setHandle
public void setHandle(String handle)
- Parameters:
handle - the item handle
getMediaLink
public String getMediaLink()
setMediaLink
public void setMediaLink(String mediaLink)
Copyright © 2010 The DSpace Foundation. All Rights Reserved.