org.dspace.sword
Class DepositResult

java.lang.Object
  extended by 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

Constructor Summary
DepositResult()
           
 
Method Summary
 String getHandle()
           
 Item getItem()
           
 String getVerboseDescription()
           
 void setHandle(String handle)
           
 void setItem(Item item)
           
 void setVerboseDescription(String verboseDescription)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepositResult

public DepositResult()
Method Detail

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.