|
||||||||||
| 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 | |
|---|---|
String |
getContentDisposition()
Return the content disposition value. |
int |
getContentLength()
|
String |
getContentType()
|
String |
getDepositID()
|
File |
getFile()
|
String |
getFilename()
Retrieve the filename that is associated with this deposit. |
String |
getIPAddress()
Get the IP address of the user |
String |
getLocation()
Get the location of the deposit |
String |
getMd5()
|
String |
getOnBehalfOf()
|
String |
getPackaging()
|
String |
getPassword()
|
String |
getSlug()
|
String |
getUsername()
|
boolean |
isNoOp()
|
boolean |
isVerbose()
|
void |
setContentDisposition(String disposition)
Set the content disposition that is to be used for this deposit. |
void |
setContentLength(int contentLength)
|
void |
setContentType(String contentType)
|
void |
setDepositID(String depositID)
|
void |
setFile(File file)
|
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 |
setPackaging(String packaging)
|
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)
username - the authenticated UserName 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 File getFile()
public void setFile(File file)
file - the file to setpublic String getPackaging()
public void setPackaging(String packaging)
packaging - the packaging 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)
IPAddress - the IP addresspublic String getLocation()
public void setLocation(String location)
location - the locationpublic String getFilename()
public void setContentDisposition(String disposition)
disposition - The content disposition value.public String getContentDisposition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||