|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.openexchange.admin.soap.dataobjects.Filestore
public class Filestore
This class represents a filestore.
Constructor Summary | |
---|---|
Filestore()
Initiates an empty filestore object |
|
Filestore(com.openexchange.admin.rmi.dataobjects.Filestore fs)
|
|
Filestore(java.lang.Integer id)
Initiates a filestore object with given id set |
Method Summary | |
---|---|
java.lang.Integer |
getCurrentContexts()
Returns the current amount of contexts of this filestore object |
java.lang.Integer |
getId()
Returns the id of this filestore object |
java.lang.Integer |
getMaxContexts()
Returns the maximum amount of contexts of this filestore object |
java.lang.Long |
getReserved()
|
java.lang.Long |
getSize()
Returns the size of this filestore object (in MB) |
java.lang.String |
getUrl()
Returns the url of this filestore object |
java.lang.Long |
getUsed()
Returns the currently used size of this filestore object (in MB) |
void |
setCurrentContexts(java.lang.Integer currentContexts)
Sets the current amount of contexts for this filestore object |
void |
setId(java.lang.Integer id)
Sets the id for this filestore object |
void |
setMaxContexts(java.lang.Integer maxContexts)
Sets the maximum amount of contexts for this filestore object |
void |
setReserved(java.lang.Long reserved)
|
void |
setSize(java.lang.Long size)
Sets the size for this filestore object (in MB) |
void |
setUrl(java.lang.String url)
Sets the url for this filestore object |
void |
setUsed(java.lang.Long quota_used)
Sets the currently used size for this filestore object (in MB) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Filestore()
public Filestore(java.lang.Integer id)
id
- An Integer
containing the idpublic Filestore(com.openexchange.admin.rmi.dataobjects.Filestore fs)
Method Detail |
---|
public java.lang.Integer getId()
Integer
containing the idpublic void setId(java.lang.Integer id)
id
- An Integer
containing the idpublic java.lang.String getUrl()
String
containing the urlpublic void setUrl(java.lang.String url)
url
- A String
containing the urlpublic java.lang.Long getSize()
Long
containing the size (in MB)public void setSize(java.lang.Long size)
size
- A Long
containing the size (in MB)public java.lang.Integer getMaxContexts()
Integer
containing the maximum amoung of contextspublic void setMaxContexts(java.lang.Integer maxContexts)
maxContexts
- A String
containing the maximum amount of contextspublic java.lang.Integer getCurrentContexts()
Integer
containing the currentpublic void setCurrentContexts(java.lang.Integer currentContexts)
currentContexts
- An Integer
containing the current amount of contextspublic java.lang.Long getUsed()
Long
containing the currently used size (in MB)public void setUsed(java.lang.Long quota_used)
quota_used
- A Long
containing the currently used sizepublic final java.lang.Long getReserved()
public final void setReserved(java.lang.Long reserved)
reserved
- the reserved to set
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |