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()
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
getVerboseDescription
public String getVerboseDescription()
- Returns:
- the verboseDescription
setVerboseDescription
public void setVerboseDescription(String verboseDescription)
- Parameters:
verboseDescription - the verboseDescription to set
Copyright © 2008 The DSpace Foundation. All Rights Reserved.