|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.redhat.rhn.domain.BaseDomainHelper
com.redhat.rhn.domain.org.OrgQuota
public class OrgQuota
OrgQuota - java representation of the rhnOrgQuota table
| Constructor Summary | |
|---|---|
OrgQuota()
|
|
| Method Summary | |
|---|---|
java.lang.Long |
getAvailable()
Getter for the available org quota. |
java.lang.String |
getAvailableDisplay()
Gives a display for the available quota. |
java.lang.Long |
getBonus()
Getter for bonus |
Org |
getOrg()
Get the Org (parent) from this object |
java.lang.Long |
getOrgId()
Getter for orgId |
java.lang.Long |
getTotal()
Getter for total |
java.lang.Long |
getUsed()
Getter for used |
void |
setBonus(java.lang.Long bonusIn)
Setter for bonus |
void |
setOrg(Org orgIn)
Set the Org (parent) on this object |
void |
setOrgId(java.lang.Long orgIdIn)
Setter for orgId |
void |
setTotal(java.lang.Long totalIn)
Setter for total |
void |
setUsed(java.lang.Long usedIn)
Setter for used |
| Methods inherited from class com.redhat.rhn.domain.BaseDomainHelper |
|---|
getCreated, getModified, setCreated, setModified |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrgQuota()
| Method Detail |
|---|
public void setOrg(Org orgIn)
orgIn - the Org we want to set as the parent of this object.public Org getOrg()
public java.lang.Long getOrgId()
public void setOrgId(java.lang.Long orgIdIn)
orgIdIn - to setpublic java.lang.Long getTotal()
public void setTotal(java.lang.Long totalIn)
totalIn - to setpublic java.lang.Long getBonus()
public void setBonus(java.lang.Long bonusIn)
bonusIn - to setpublic java.lang.Long getUsed()
public void setUsed(java.lang.Long usedIn)
usedIn - to setpublic java.lang.Long getAvailable()
public java.lang.String getAvailableDisplay()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||