|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.purl.sword.base.Deposit
public class Deposit
Represents a deposit.
| Field Summary | |
|---|---|
static int |
ACCEPTED
Submission accepted. |
static int |
CREATED
Submission created |
| Constructor Summary | |
|---|---|
Deposit()
|
|
| Method Summary | |
|---|---|
int |
getContentLength()
|
String |
getContentType()
|
String |
getDepositID()
|
InputStream |
getFile()
|
String |
getFilename()
Retrieve the filename that is associated with this deposit. |
String |
getFormatNamespace()
|
String |
getIPAddress()
Get the IP address of the user |
String |
getLocation()
Get the location of the deposit |
String |
getMd5()
|
String |
getOnBehalfOf()
|
String |
getPassword()
|
String |
getSlug()
|
String |
getUsername()
|
boolean |
isNoOp()
|
boolean |
isVerbose()
|
void |
setContentLength(int contentLength)
|
void |
setContentType(String contentType)
|
void |
setDepositID(String depositID)
|
void |
setFile(InputStream file)
|
void |
setFilename(String filename)
Set the filename that is to be used for this deposit. |
void |
setFormatNamespace(String formatNamespace)
|
void |
setIPAddress(String IPAddress)
Set the IP address of the user |
void |
setLocation(String location)
Set the location of the deposit |
void |
setMd5(String md5)
|
void |
setNoOp(boolean noOp)
|
void |
setOnBehalfOf(String onBehalfOf)
|
void |
setPassword(String password)
|
void |
setSlug(String slug)
|
void |
setUsername(String username)
|
void |
setVerbose(boolean verbose)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CREATED
public static final int ACCEPTED
| Constructor Detail |
|---|
public Deposit()
| Method Detail |
|---|
public String getUsername()
public void setUsername(String username)
authenticatedUserName - the authenticatedUserName to setpublic String getPassword()
public void setPassword(String password)
password - the password to setpublic int getContentLength()
public void setContentLength(int contentLength)
contentLength - the contentLength to setpublic String getContentType()
public void setContentType(String contentType)
contentType - the contentType to setpublic String getDepositID()
public void setDepositID(String depositID)
depositID - the depositID to setpublic InputStream getFile()
public void setFile(InputStream file)
file - the file to setpublic String getFormatNamespace()
public void setFormatNamespace(String formatNamespace)
formatNamespace - the formatNamespace to setpublic String getMd5()
public void setMd5(String md5)
md5 - the md5 to setpublic boolean isNoOp()
public void setNoOp(boolean noOp)
noOp - the noOp to setpublic String getOnBehalfOf()
public void setOnBehalfOf(String onBehalfOf)
onBehalfOf - the onBehalfOf to setpublic String getSlug()
public void setSlug(String slug)
slug - the slug to setpublic boolean isVerbose()
public void setVerbose(boolean verbose)
verbose - the verbose to setpublic String getIPAddress()
public void setIPAddress(String IPAddress)
String - the IP addresspublic String getLocation()
public void setLocation(String location)
String - the locationpublic String getFilename()
public void setFilename(String filename)
filename - The filename.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||