|
2.8.1: 2008-09-10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.basedb.core.data.BasicData
net.sf.basedb.core.data.QuotaTypeData
public class QuotaTypeData
This class holds information about different QuotaTypes.
Field Summary | |
---|---|
private String |
description
|
private String |
name
|
private boolean |
secondaryLocation
|
private String |
systemId
|
Fields inherited from interface net.sf.basedb.core.data.NameableData |
---|
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH |
Fields inherited from interface net.sf.basedb.core.data.SystemData |
---|
MAX_SYSTEM_ID_LENGTH |
Constructor Summary | |
---|---|
QuotaTypeData()
|
Method Summary | |
---|---|
String |
getDescription()
Get the description for the item. |
String |
getName()
Get the name of the item. |
boolean |
getSecondaryLocation()
If this quota type can use disk quota in the secondary location or not. |
String |
getSystemId()
Get the system id for the item. |
void |
setDescription(String description)
Set the description for the item. |
void |
setName(String name)
Set the name of the item. |
void |
setSecondaryLocation(boolean secondaryLocation)
|
void |
setSystemId(String systemId)
|
Methods inherited from class net.sf.basedb.core.data.BasicData |
---|
equals, getId, getVersion, hashCode, setId, setVersion, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sf.basedb.core.data.IdentifiableData |
---|
getId, getVersion |
Field Detail |
---|
private String name
private String description
private String systemId
private boolean secondaryLocation
Constructor Detail |
---|
public QuotaTypeData()
Method Detail |
---|
public String getName()
NameableData
getName
in interface NameableData
String
with the name of the itempublic void setName(String name)
NameableData
MAX_NAME_LENGTH
constant.
setName
in interface NameableData
name
- The new name for the itempublic String getDescription()
NameableData
getDescription
in interface NameableData
String
with a description of the itempublic void setDescription(String description)
NameableData
MAX_DESCRIPTION_LENGTH
constant.
setDescription
in interface NameableData
description
- The new description for the itempublic String getSystemId()
SystemData
getSystemId
in interface SystemData
public void setSystemId(String systemId)
public boolean getSecondaryLocation()
public void setSecondaryLocation(boolean secondaryLocation)
|
2.8.1: 2008-09-10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |