|
||||||||||
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.PersistableBusinessObjectBase
org.kuali.kfs.gl.businessobject.SufficientFundBalances
public class SufficientFundBalances
This class represents sufficient fund balances
Field Summary | |
---|---|
static String |
BLANKS
|
static String |
DATE_FORMAT_STRING
|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
SufficientFundBalances()
Default constructor. |
|
SufficientFundBalances(String line)
Constructs a SufficientFundBalances.java. |
Method Summary | |
---|---|
Account |
getAccount()
Gets the account attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getAccountActualExpenditureAmt()
Gets the accountActualExpenditureAmt attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getAccountEncumbranceAmount()
Gets the accountEncumbranceAmount attribute. |
String |
getAccountNumber()
Gets the accountNumber attribute. |
String |
getAccountSufficientFundsCode()
Gets the accountSufficientFundsCode attribute. |
Chart |
getChart()
Gets the chart attribute. |
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getCurrentBudgetBalanceAmount()
Gets the currentBudgetBalanceAmount attribute. |
String |
getFinancialObjectCode()
Gets the financialObjectCode attribute. |
String |
getLine()
This method returns a string representing this sufficient fund balance object and its attributes |
ObjectCode |
getObjectCode()
Gets the objectCode attribute. |
Date |
getTransactionDateTimeStamp()
Gets the transactionDateTimeStamp attribute. |
Integer |
getUniversityFiscalYear()
Gets the universityFiscalYear attribute. |
void |
setAccount(Account account)
Deprecated. |
void |
setAccountActualExpenditureAmt(org.kuali.rice.kns.util.KualiDecimal accountActualExpenditureAmt)
Sets the accountActualExpenditureAmt attribute. |
void |
setAccountEncumbranceAmount(org.kuali.rice.kns.util.KualiDecimal accountEncumbranceAmount)
Sets the accountEncumbranceAmount attribute. |
void |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute. |
void |
setAccountSufficientFundsCode(String accountSufficientFundsCode)
Sets the accountSufficientFundsCode attribute. |
void |
setChart(Chart chart)
Deprecated. |
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute. |
void |
setCurrentBudgetBalanceAmount(org.kuali.rice.kns.util.KualiDecimal currentBudgetBalanceAmount)
Sets the currentBudgetBalanceAmount attribute. |
void |
setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode attribute. |
void |
setFromTextFile(String line)
This method sets this object's attributes from the passed in line |
void |
setObjectCode(ObjectCode objectCode)
Deprecated. |
void |
setTransactionDateTimeStamp(Date transactionDateTimeStamp)
Sets the transactionDateTimeStamp attribute. |
void |
setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
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 |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Field Detail |
---|
public static final String BLANKS
public static final String DATE_FORMAT_STRING
Constructor Detail |
---|
public SufficientFundBalances()
public SufficientFundBalances(String line)
line
- Method Detail |
---|
public void setFromTextFile(String line)
line
- with sufficient fund balance related attributespublic String getLine()
public Integer getUniversityFiscalYear()
public void setUniversityFiscalYear(Integer universityFiscalYear)
universityFiscalYear
- The universityFiscalYear to set.public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber
- The accountNumber to set.public String getFinancialObjectCode()
public void setFinancialObjectCode(String financialObjectCode)
financialObjectCode
- The financialObjectCode to set.public String getAccountSufficientFundsCode()
public void setAccountSufficientFundsCode(String accountSufficientFundsCode)
accountSufficientFundsCode
- The accountSufficientFundsCode to set.public org.kuali.rice.kns.util.KualiDecimal getCurrentBudgetBalanceAmount()
public void setCurrentBudgetBalanceAmount(org.kuali.rice.kns.util.KualiDecimal currentBudgetBalanceAmount)
currentBudgetBalanceAmount
- The currentBudgetBalanceAmount to set.public org.kuali.rice.kns.util.KualiDecimal getAccountActualExpenditureAmt()
public void setAccountActualExpenditureAmt(org.kuali.rice.kns.util.KualiDecimal accountActualExpenditureAmt)
accountActualExpenditureAmt
- The accountActualExpenditureAmt to set.public org.kuali.rice.kns.util.KualiDecimal getAccountEncumbranceAmount()
public void setAccountEncumbranceAmount(org.kuali.rice.kns.util.KualiDecimal accountEncumbranceAmount)
accountEncumbranceAmount
- The accountEncumbranceAmount to set.public Date getTransactionDateTimeStamp()
public void setTransactionDateTimeStamp(Date transactionDateTimeStamp)
transactionDateTimeStamp
- The transactionDateTimeStamp to set.public ObjectCode getObjectCode()
public void setObjectCode(ObjectCode objectCode)
objectCode
- The objectCode to set.public Chart getChart()
public void setChart(Chart chart)
chart
- The chart to set.public Account getAccount()
public void setAccount(Account account)
account
- The account to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |