org.purl.sword.base
Class ServiceDocumentRequest
java.lang.Object
org.purl.sword.base.ServiceDocumentRequest
public class ServiceDocumentRequest
- extends Object
Represents a ServiceDocumentRequest.
- Author:
- Stuart Lewis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceDocumentRequest
public ServiceDocumentRequest()
getUsername
public String getUsername()
- Returns:
- the authenticatedUserName
setUsername
public void setUsername(String username)
- Parameters:
authenticatedUserName - the authenticatedUserName to set
getPassword
public String getPassword()
- Returns:
- the authenticatedUserPassword
setPassword
public void setPassword(String password)
- Parameters:
password - the password to set
getOnBehalfOf
public String getOnBehalfOf()
- Returns:
- the onBehalfOf
setOnBehalfOf
public void setOnBehalfOf(String onBehalfOf)
- Parameters:
onBehalfOf - the onBehalfOf to set
getIPAddress
public String getIPAddress()
- Get the IP address of the user
- Returns:
- the the IP address
setIPAddress
public void setIPAddress(String IPAddress)
- Set the IP address of the user
- Parameters:
String - the IP address
Copyright © 2008 The DSpace Foundation. All Rights Reserved.