com.jalios.jcms
Class QuotaElement
java.lang.Object
com.jalios.jcms.QuotaElement
public class QuotaElement
- extends Object
Constructor Summary |
QuotaElement(Workspace workspace,
long quota,
long quotaMaxValue,
int alertThreshold)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuotaElement
public QuotaElement(Workspace workspace,
long quota,
long quotaMaxValue,
int alertThreshold)
getWorkspace
public Workspace getWorkspace()
setWorkspace
public void setWorkspace(Workspace workspace)
getQuota
public long getQuota()
setQuota
public void setQuota(long quota)
getQuotaMaxValue
public long getQuotaMaxValue()
setQuotaMaxValue
public void setQuotaMaxValue(long quotaMaxValue)
getAlertThreshold
public int getAlertThreshold()
setAlertThreshold
public void setAlertThreshold(int alertThreshold)
isAlert
public boolean isAlert()
isOver
public boolean isOver()
getPercentage
public float getPercentage()
Copyright © 2001-2010 Jalios SA. All Rights Reserved.