|
||||||||||
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.gl.businessobject.TransientBalanceInquiryAttributes
public class TransientBalanceInquiryAttributes
This class represents the transient balance inquiry attributes which is typically used as a "dummy business object"
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 |
---|
public TransientBalanceInquiryAttributes()
Method Detail |
---|
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public String getPendingEntryOption()
public void setPendingEntryOption(String pendingEntryOption)
pendingEntryOption
- The pendingEntryOption to set.public String getConsolidationOption()
public void setConsolidationOption(String consolidationOption)
consolidationOption
- The consolidationOption to set.public String getLinkButtonOption()
public void setLinkButtonOption(String linkButtonOption)
linkButtonOption
- The linkButtonOption to set.public org.kuali.rice.kns.util.KualiDecimal getGenericAmount()
public void setGenericAmount(org.kuali.rice.kns.util.KualiDecimal genericAmount)
genericAmount
- The genericDecimal to set.public String getAmountViewOption()
public void setAmountViewOption(String amountViewOption)
amountViewOption
- The amountViewOption to set.public String getCostShareOption()
public void setCostShareOption(String costShareOption)
costShareOption
- The costShareOption to set.public String getConsolidationObjectCode()
public void setConsolidationObjectCode(String consolidationObjectCode)
consolidationObjectCode
- The consolidationObjectCode to set.public String getConsolidationReportingSortCode()
public void setConsolidationReportingSortCode(String consolidationReportingSortCode)
consolidationReportingSortCode
- The consolidationReportingSortCode to set.public String getReportingSortCode()
public void setReportingSortCode(String reportingSortCode)
reportingSortCode
- The reportingSortCode to set.public String getLevelObjectCode()
public void setLevelObjectCode(String levelObjectCode)
levelObjectCode
- The levelObjectCode to set.public String getGenericText()
public void setGenericText(String genericText)
genericText
- The genericText to set.public String getBlankLineOption()
public void setBlankLineOption(String blankLineOption)
blankLineOption
- The blankLineOption to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |