org.kuali.kfs.gl.businessobject
Class TransientBalanceInquiryAttributes

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

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

This class represents the transient balance inquiry attributes which is typically used as a "dummy business object"

See Also:
Serialized Form

Constructor Summary
TransientBalanceInquiryAttributes()
          Constructs a DummyBusinessObject.java.
 
Method Summary
 String getAmountViewOption()
          Gets the amountViewOption attribute.
 String getBlankLineOption()
          Gets the blankLineOption attribute.
 String getConsolidationObjectCode()
          Gets the consolidationObjectCode attribute.
 String getConsolidationOption()
          Gets the consolidationOption attribute.
 String getConsolidationReportingSortCode()
          Gets the consolidationReportingSortCode attribute.
 String getCostShareOption()
          Gets the costShareOption attribute.
 org.kuali.rice.kns.util.KualiDecimal getGenericAmount()
          Gets the genericAmount attribute.
 String getGenericText()
          Gets the genericText attribute.
 String getLevelObjectCode()
          Gets the levelObjectCode attribute.
 String getLinkButtonOption()
          Gets the linkButtonOption attribute.
 String getPendingEntryOption()
          Gets the pendingEntryOption attribute.
 String getReportingSortCode()
          Gets the reportingSortCode attribute.
 void setAmountViewOption(String amountViewOption)
          Sets the amountViewOption attribute value.
 void setBlankLineOption(String blankLineOption)
          Sets the blankLineOption attribute value.
 void setConsolidationObjectCode(String consolidationObjectCode)
          Sets the consolidationObjectCode attribute value.
 void setConsolidationOption(String consolidationOption)
          Sets the consolidationOption attribute value.
 void setConsolidationReportingSortCode(String consolidationReportingSortCode)
          Sets the consolidationReportingSortCode attribute value.
 void setCostShareOption(String costShareOption)
          Sets the costShareOption attribute value.
 void setGenericAmount(org.kuali.rice.kns.util.KualiDecimal genericAmount)
          Sets the genericAmount attribute value.
 void setGenericText(String genericText)
          Sets the genericText attribute value.
 void setLevelObjectCode(String levelObjectCode)
          Sets the levelObjectCode attribute value.
 void setLinkButtonOption(String linkButtonOption)
          Sets the linkButtonOption attribute value.
 void setPendingEntryOption(String pendingEntryOption)
          Sets the pendingEntryOption attribute value.
 void setReportingSortCode(String reportingSortCode)
          Sets the reportingSortCode 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

TransientBalanceInquiryAttributes

public TransientBalanceInquiryAttributes()
Constructs a DummyBusinessObject.java.

Method Detail

toStringMapper

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

getPendingEntryOption

public String getPendingEntryOption()
Gets the pendingEntryOption attribute.

Returns:
Returns the pendingEntryOption.

setPendingEntryOption

public void setPendingEntryOption(String pendingEntryOption)
Sets the pendingEntryOption attribute value.

Parameters:
pendingEntryOption - The pendingEntryOption to set.

getConsolidationOption

public String getConsolidationOption()
Gets the consolidationOption attribute.

Returns:
Returns the consolidationOption.

setConsolidationOption

public void setConsolidationOption(String consolidationOption)
Sets the consolidationOption attribute value.

Parameters:
consolidationOption - The consolidationOption to set.

getLinkButtonOption

public String getLinkButtonOption()
Gets the linkButtonOption attribute.

Returns:
Returns the linkButtonOption.

setLinkButtonOption

public void setLinkButtonOption(String linkButtonOption)
Sets the linkButtonOption attribute value.

Parameters:
linkButtonOption - The linkButtonOption to set.

getGenericAmount

public org.kuali.rice.kns.util.KualiDecimal getGenericAmount()
Gets the genericAmount attribute.

Returns:
Returns the genericAmount.

setGenericAmount

public void setGenericAmount(org.kuali.rice.kns.util.KualiDecimal genericAmount)
Sets the genericAmount attribute value.

Parameters:
genericAmount - The genericDecimal to set.

getAmountViewOption

public String getAmountViewOption()
Gets the amountViewOption attribute.

Returns:
Returns the amountViewOption.

setAmountViewOption

public void setAmountViewOption(String amountViewOption)
Sets the amountViewOption attribute value.

Parameters:
amountViewOption - The amountViewOption to set.

getCostShareOption

public String getCostShareOption()
Gets the costShareOption attribute.

Returns:
Returns the costShareOption.

setCostShareOption

public void setCostShareOption(String costShareOption)
Sets the costShareOption attribute value.

Parameters:
costShareOption - The costShareOption to set.

getConsolidationObjectCode

public String getConsolidationObjectCode()
Gets the consolidationObjectCode attribute.

Returns:
Returns the consolidationObjectCode.

setConsolidationObjectCode

public void setConsolidationObjectCode(String consolidationObjectCode)
Sets the consolidationObjectCode attribute value.

Parameters:
consolidationObjectCode - The consolidationObjectCode to set.

getConsolidationReportingSortCode

public String getConsolidationReportingSortCode()
Gets the consolidationReportingSortCode attribute.

Returns:
Returns the consolidationReportingSortCode.

setConsolidationReportingSortCode

public void setConsolidationReportingSortCode(String consolidationReportingSortCode)
Sets the consolidationReportingSortCode attribute value.

Parameters:
consolidationReportingSortCode - The consolidationReportingSortCode to set.

getReportingSortCode

public String getReportingSortCode()
Gets the reportingSortCode attribute.

Returns:
Returns the reportingSortCode.

setReportingSortCode

public void setReportingSortCode(String reportingSortCode)
Sets the reportingSortCode attribute value.

Parameters:
reportingSortCode - The reportingSortCode to set.

getLevelObjectCode

public String getLevelObjectCode()
Gets the levelObjectCode attribute.

Returns:
Returns the levelObjectCode.

setLevelObjectCode

public void setLevelObjectCode(String levelObjectCode)
Sets the levelObjectCode attribute value.

Parameters:
levelObjectCode - The levelObjectCode to set.

getGenericText

public String getGenericText()
Gets the genericText attribute.

Returns:
Returns the genericText.

setGenericText

public void setGenericText(String genericText)
Sets the genericText attribute value.

Parameters:
genericText - The genericText to set.

getBlankLineOption

public String getBlankLineOption()
Gets the blankLineOption attribute.

Returns:
Returns the blankLineOption.

setBlankLineOption

public void setBlankLineOption(String blankLineOption)
Sets the blankLineOption attribute value.

Parameters:
blankLineOption - The blankLineOption to set.


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