public class SufficientFundBalances extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Modifier and Type | Field and Description |
---|---|
static String |
BLANKS |
static String |
DATE_FORMAT_STRING |
Constructor and Description |
---|
SufficientFundBalances()
Default constructor.
|
SufficientFundBalances(String line)
Constructs a SufficientFundBalances.java.
|
Modifier and Type | Method and Description |
---|---|
Account |
getAccount()
Gets the account attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAccountActualExpenditureAmt()
Gets the accountActualExpenditureAmt attribute.
|
org.kuali.rice.core.api.util.type.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.core.api.util.type.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.core.api.util.type.KualiDecimal accountActualExpenditureAmt)
Sets the accountActualExpenditureAmt attribute.
|
void |
setAccountEncumbranceAmount(org.kuali.rice.core.api.util.type.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.core.api.util.type.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_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public static final String BLANKS
public static final String DATE_FORMAT_STRING
public SufficientFundBalances()
public SufficientFundBalances(String line)
line
- 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.core.api.util.type.KualiDecimal getCurrentBudgetBalanceAmount()
public void setCurrentBudgetBalanceAmount(org.kuali.rice.core.api.util.type.KualiDecimal currentBudgetBalanceAmount)
currentBudgetBalanceAmount
- The currentBudgetBalanceAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getAccountActualExpenditureAmt()
public void setAccountActualExpenditureAmt(org.kuali.rice.core.api.util.type.KualiDecimal accountActualExpenditureAmt)
accountActualExpenditureAmt
- The accountActualExpenditureAmt to set.public org.kuali.rice.core.api.util.type.KualiDecimal getAccountEncumbranceAmount()
public void setAccountEncumbranceAmount(org.kuali.rice.core.api.util.type.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 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_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.