org.kuali.kfs.module.bc.businessobject
Class BudgetConstructionReportThresholdSettings

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by org.kuali.kfs.module.bc.businessobject.BudgetConstructionReportThresholdSettings
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

public class BudgetConstructionReportThresholdSettings
extends org.kuali.rice.kns.bo.TransientBusinessObjectBase

Holds threshold settings for object code report selection screen.

See Also:
Serialized Form

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

BudgetConstructionReportThresholdSettings

public BudgetConstructionReportThresholdSettings()
Constructs a BudgetConstructionReportThresholdSettings.java.

Method Detail

isLockThreshold

public boolean isLockThreshold()
Gets the lockThreshold attribute.

Returns:
Returns the lockThreshold.

setLockThreshold

public void setLockThreshold(boolean lockThreshold)
Sets the lockThreshold attribute value.

Parameters:
lockThreshold - The lockThreshold to set.

getThresholdPercent

public org.kuali.rice.kns.util.KualiDecimal getThresholdPercent()
Gets the thresholdPercent attribute.

Returns:
Returns the thresholdPercent.

setThresholdPercent

public void setThresholdPercent(org.kuali.rice.kns.util.KualiDecimal thresholdPercent)
Sets the thresholdPercent attribute value.

Parameters:
thresholdPercent - The thresholdPercent to set.

isUseGreaterThanOperator

public boolean isUseGreaterThanOperator()
Gets the useGreaterThanOperator attribute.

Returns:
Returns the useGreaterThanOperator.

setUseGreaterThanOperator

public void setUseGreaterThanOperator(boolean useGreaterThanOperator)
Sets the useGreaterThanOperator attribute value.

Parameters:
useGreaterThanOperator - The useGreaterThanOperator to set.

isUseThreshold

public boolean isUseThreshold()
Gets the useThreshold attribute.

Returns:
Returns the useThreshold.

setUseThreshold

public void setUseThreshold(boolean useThreshold)
Sets the useThreshold attribute value.

Parameters:
useThreshold - The useThreshold to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.