|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.data.BasicData
org.proteios.core.data.DiskUsageData
public class DiskUsageData
This class holds information about a users and/or groups disk usage.
DiskUsage,
Quota
overview| Constructor Summary | |
|---|---|
DiskUsageData()
Creates a new DiskUsageData. |
|
| Method Summary | |
|---|---|
long |
getBytes()
Get the number of bytes the DiskConsumable item is using. |
GroupData |
getGroup()
Get the GroupData that owns the DiskConsumable item. |
int |
getLocation()
Get the location of the DiskConsumable item. |
QuotaTypeData |
getQuotaType()
Get the QuotaTypeData for this DiskUsageData. |
UserData |
getUser()
Get the user that owns the DiskConsumable item. |
void |
setBytes(long bytes)
|
void |
setGroup(GroupData group)
|
void |
setLocation(int location)
|
void |
setQuotaType(QuotaTypeData quotaType)
|
void |
setUser(UserData user)
|
| Methods inherited from class org.proteios.core.data.BasicData |
|---|
equals, getId, getVersion, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DiskUsageData()
| Method Detail |
|---|
public int getLocation()
DiskConsumable item.
Locationpublic void setLocation(int location)
public long getBytes()
DiskConsumable item is using.
public void setBytes(long bytes)
public QuotaTypeData getQuotaType()
QuotaTypeData for this DiskUsageData.
public void setQuotaType(QuotaTypeData quotaType)
public GroupData getGroup()
GroupData that owns the DiskConsumable item.
public void setGroup(GroupData group)
public UserData getUser()
DiskConsumable item.
public void setUser(UserData user)
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||