|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.kfs.module.bc.businessobject.BudgetConstructionReportThresholdSettings
public class BudgetConstructionReportThresholdSettings
Holds threshold settings for object code report selection screen.
Constructor Summary | |
---|---|
BudgetConstructionReportThresholdSettings()
Constructs a BudgetConstructionReportThresholdSettings.java. |
Method Summary | |
---|---|
org.kuali.rice.kns.util.KualiDecimal |
getThresholdPercent()
Gets the thresholdPercent attribute. |
boolean |
isLockThreshold()
Gets the lockThreshold attribute. |
boolean |
isUseGreaterThanOperator()
Gets the useGreaterThanOperator attribute. |
boolean |
isUseThreshold()
Gets the useThreshold attribute. |
void |
setLockThreshold(boolean lockThreshold)
Sets the lockThreshold attribute value. |
void |
setThresholdPercent(org.kuali.rice.kns.util.KualiDecimal thresholdPercent)
Sets the thresholdPercent attribute value. |
void |
setUseGreaterThanOperator(boolean useGreaterThanOperator)
Sets the useGreaterThanOperator attribute value. |
void |
setUseThreshold(boolean useThreshold)
Sets the useThreshold attribute value. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
---|
refresh |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BudgetConstructionReportThresholdSettings()
Method Detail |
---|
public boolean isLockThreshold()
public void setLockThreshold(boolean lockThreshold)
lockThreshold
- The lockThreshold to set.public org.kuali.rice.kns.util.KualiDecimal getThresholdPercent()
public void setThresholdPercent(org.kuali.rice.kns.util.KualiDecimal thresholdPercent)
thresholdPercent
- The thresholdPercent to set.public boolean isUseGreaterThanOperator()
public void setUseGreaterThanOperator(boolean useGreaterThanOperator)
useGreaterThanOperator
- The useGreaterThanOperator to set.public boolean isUseThreshold()
public void setUseThreshold(boolean useThreshold)
useThreshold
- The useThreshold to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |