public class Balance extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
Balance() |
Balance(BalanceHistory balanceHistory)
Constructs a Balance.java.
|
Balance(Transaction t) |
Modifier and Type | Method and Description |
---|---|
void |
addAmount(String period,
org.kuali.rice.core.api.util.type.KualiDecimal amount)
Add an amount to a specific period
|
Account |
getAccount()
Gets the account attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAccountLineAnnualBalanceAmount() |
String |
getAccountNumber() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getAmount(String period)
Returns an amount for a specific period
|
BalanceType |
getBalanceType()
Gets the balanceType attribute.
|
String |
getBalanceTypeCode() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getBeginningBalanceLineAmount() |
Chart |
getChart()
Gets the chart attribute.
|
String |
getChartOfAccountsCode() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getCombinedBeginningBalanceAmount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getContractsGrantsBeginningBalanceAmount() |
TransientBalanceInquiryAttributes |
getDummyBusinessObject()
Gets the dummyBusinessObject attribute.
|
ObjectCode |
getFinancialObject()
Gets the financialObject attribute.
|
SubObjectCode |
getFinancialSubObject()
Gets the financialSubObject attribute.
|
String |
getFundGroup()
Gets the fundGroup attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getMonth10Amount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getMonth11Amount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getMonth12Amount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getMonth13Amount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getMonth1Amount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getMonth2Amount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getMonth3Amount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getMonth4Amount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getMonth5Amount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getMonth6Amount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getMonth7Amount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getMonth8Amount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getMonth9Amount() |
String |
getObjectCode() |
ObjectType |
getObjectType()
Gets the objectType attribute.
|
String |
getObjectTypeCode() |
SystemOptions |
getOption() |
PriorYearAccount |
getPriorYearAccount()
Gets the priorYearAccount attribute.
|
SubAccount |
getSubAccount()
Gets the subAccount attribute.
|
String |
getSubAccountNumber() |
String |
getSubObjectCode() |
Date |
getTimestamp() |
Integer |
getUniversityFiscalYear() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getYearBalance()
Gets the yearBalance attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getYearToDayBalance()
Gets the yearToDayBalance attribute.
|
void |
setAccount(Account account)
Sets the account attribute value.
|
void |
setAccountLineAnnualBalanceAmount(org.kuali.rice.core.api.util.type.KualiDecimal accountLineAnnualBalanceAmount) |
void |
setAccountNumber(String accountNumber) |
void |
setBalanceType(BalanceType balanceType)
Sets the balanceType attribute value.
|
void |
setBalanceTypeCode(String balanceTypeCode) |
void |
setBeginningBalanceLineAmount(org.kuali.rice.core.api.util.type.KualiDecimal beginningBalanceLineAmount) |
void |
setChart(Chart chart)
Sets the chart attribute value.
|
void |
setChartOfAccountsCode(String chartOfAccountsCode) |
void |
setContractsGrantsBeginningBalanceAmount(org.kuali.rice.core.api.util.type.KualiDecimal contractsGrantsBeginningBalanceAmount) |
void |
setDummyBusinessObject(TransientBalanceInquiryAttributes dummyBusinessObject)
Sets the dummyBusinessObject attribute value.
|
void |
setFinancialObject(ObjectCode financialObject)
Sets the financialObject attribute value.
|
void |
setFinancialSubObject(SubObjectCode financialSubObject)
Sets the financialSubObject attribute value.
|
void |
setFundGroup(String fundGroup)
Sets the fundGroup attribute value.
|
void |
setMonth10Amount(org.kuali.rice.core.api.util.type.KualiDecimal month10Amount) |
void |
setMonth11Amount(org.kuali.rice.core.api.util.type.KualiDecimal month11Amount) |
void |
setMonth12Amount(org.kuali.rice.core.api.util.type.KualiDecimal month12Amount) |
void |
setMonth13Amount(org.kuali.rice.core.api.util.type.KualiDecimal month13Amount) |
void |
setMonth1Amount(org.kuali.rice.core.api.util.type.KualiDecimal month1Amount) |
void |
setMonth2Amount(org.kuali.rice.core.api.util.type.KualiDecimal month2Amount) |
void |
setMonth3Amount(org.kuali.rice.core.api.util.type.KualiDecimal month3Amount) |
void |
setMonth4Amount(org.kuali.rice.core.api.util.type.KualiDecimal month4Amount) |
void |
setMonth5Amount(org.kuali.rice.core.api.util.type.KualiDecimal month5Amount) |
void |
setMonth6Amount(org.kuali.rice.core.api.util.type.KualiDecimal month6Amount) |
void |
setMonth7Amount(org.kuali.rice.core.api.util.type.KualiDecimal month7Amount) |
void |
setMonth8Amount(org.kuali.rice.core.api.util.type.KualiDecimal month8Amount) |
void |
setMonth9Amount(org.kuali.rice.core.api.util.type.KualiDecimal month9Amount) |
void |
setObjectCode(String objectCode) |
void |
setObjectType(ObjectType objectType)
Sets the objectType attribute value.
|
void |
setObjectTypeCode(String objectTypeCode) |
void |
setOption(SystemOptions opt) |
void |
setPriorYearAccount(PriorYearAccount priorYearAccount)
Sets the priorYearAccount attribute value.
|
void |
setSubAccount(SubAccount subAccount)
Sets the subAccount attribute value.
|
void |
setSubAccountNumber(String subAccountNumber) |
void |
setSubObjectCode(String subObjectCode) |
void |
setTimestamp(Date timestamp) |
void |
setUniversityFiscalYear(Integer universityFiscalYear) |
void |
setYearBalance(org.kuali.rice.core.api.util.type.KualiDecimal yearBalance)
Sets the yearBalance attribute value.
|
void |
setYearToDayBalance(org.kuali.rice.core.api.util.type.KualiDecimal yearToDayBalance)
Sets the yearToDayBalance attribute value.
|
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 Balance()
public Balance(Transaction t)
public Balance(BalanceHistory balanceHistory)
transaction
- public SystemOptions getOption()
public void setOption(SystemOptions opt)
options
- The options to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
public org.kuali.rice.core.api.util.type.KualiDecimal getAmount(String period)
period
- period to grab amount forpublic void addAmount(String period, org.kuali.rice.core.api.util.type.KualiDecimal amount)
period
- period to add amount toamount
- amount to add to periodpublic org.kuali.rice.core.api.util.type.KualiDecimal getAccountLineAnnualBalanceAmount()
public void setAccountLineAnnualBalanceAmount(org.kuali.rice.core.api.util.type.KualiDecimal accountLineAnnualBalanceAmount)
accountLineAnnualBalanceAmount
- The accountLineAnnualBalanceAmount to set.public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber
- The accountNumber to set.public String getBalanceTypeCode()
public void setBalanceTypeCode(String balanceTypeCode)
balanceTypeCode
- The balanceTypeCode to set.public org.kuali.rice.core.api.util.type.KualiDecimal getBeginningBalanceLineAmount()
public void setBeginningBalanceLineAmount(org.kuali.rice.core.api.util.type.KualiDecimal beginningBalanceLineAmount)
beginningBalanceLineAmount
- The beginningBalanceLineAmount to set.public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public org.kuali.rice.core.api.util.type.KualiDecimal getContractsGrantsBeginningBalanceAmount()
public void setContractsGrantsBeginningBalanceAmount(org.kuali.rice.core.api.util.type.KualiDecimal contractsGrantsBeginningBalanceAmount)
contractsGrantsBeginningBalanceAmount
- The contractsGrantsBeginningBalanceAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getMonth10Amount()
public void setMonth10Amount(org.kuali.rice.core.api.util.type.KualiDecimal month10Amount)
month10Amount
- The month10Amount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getMonth11Amount()
public void setMonth11Amount(org.kuali.rice.core.api.util.type.KualiDecimal month11Amount)
month11Amount
- The month11Amount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getMonth12Amount()
public void setMonth12Amount(org.kuali.rice.core.api.util.type.KualiDecimal month12Amount)
month12Amount
- The month12Amount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getMonth13Amount()
public void setMonth13Amount(org.kuali.rice.core.api.util.type.KualiDecimal month13Amount)
month13Amount
- The month13Amount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getMonth1Amount()
public void setMonth1Amount(org.kuali.rice.core.api.util.type.KualiDecimal month1Amount)
month1Amount
- The month1Amount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getMonth2Amount()
public void setMonth2Amount(org.kuali.rice.core.api.util.type.KualiDecimal month2Amount)
month2Amount
- The month2Amount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getMonth3Amount()
public void setMonth3Amount(org.kuali.rice.core.api.util.type.KualiDecimal month3Amount)
month3Amount
- The month3Amount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getMonth4Amount()
public void setMonth4Amount(org.kuali.rice.core.api.util.type.KualiDecimal month4Amount)
month4Amount
- The month4Amount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getMonth5Amount()
public void setMonth5Amount(org.kuali.rice.core.api.util.type.KualiDecimal month5Amount)
month5Amount
- The month5Amount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getMonth6Amount()
public void setMonth6Amount(org.kuali.rice.core.api.util.type.KualiDecimal month6Amount)
month6Amount
- The month6Amount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getMonth7Amount()
public void setMonth7Amount(org.kuali.rice.core.api.util.type.KualiDecimal month7Amount)
month7Amount
- The month7Amount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getMonth8Amount()
public void setMonth8Amount(org.kuali.rice.core.api.util.type.KualiDecimal month8Amount)
month8Amount
- The month8Amount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getMonth9Amount()
public void setMonth9Amount(org.kuali.rice.core.api.util.type.KualiDecimal month9Amount)
month9Amount
- The month9Amount to set.public String getObjectCode()
public void setObjectCode(String objectCode)
objectCode
- The objectCode to set.public String getObjectTypeCode()
public void setObjectTypeCode(String objectTypeCode)
objectTypeCode
- The objectTypeCode to set.public String getSubAccountNumber()
public void setSubAccountNumber(String subAccountNumber)
subAccountNumber
- The subAccountNumber to set.public String getSubObjectCode()
public void setSubObjectCode(String subObjectCode)
subObjectCode
- The subObjectCode to set.public Date getTimestamp()
public void setTimestamp(Date timestamp)
timestamp
- The timestamp to set.public Integer getUniversityFiscalYear()
public void setUniversityFiscalYear(Integer universityFiscalYear)
universityFiscalYear
- The universityFiscalYear 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.public TransientBalanceInquiryAttributes getDummyBusinessObject()
public void setDummyBusinessObject(TransientBalanceInquiryAttributes dummyBusinessObject)
dummyBusinessObject
- The dummyBusinessObject to set.public ObjectCode getFinancialObject()
public void setFinancialObject(ObjectCode financialObject)
financialObject
- The financialObject to set.public BalanceType getBalanceType()
public void setBalanceType(BalanceType balanceType)
balanceType
- The balanceType to set.public SubObjectCode getFinancialSubObject()
public void setFinancialSubObject(SubObjectCode financialSubObject)
financialSubObject
- The financialSubObject to set.public SubAccount getSubAccount()
public void setSubAccount(SubAccount subAccount)
subAccount
- The subAccount to set.public ObjectType getObjectType()
public void setObjectType(ObjectType objectType)
objectType
- The objectType to set.public PriorYearAccount getPriorYearAccount()
public void setPriorYearAccount(PriorYearAccount priorYearAccount)
priorYearAccount
- The priorYearAccount to set.public String getFundGroup()
public void setFundGroup(String fundGroup)
fundGroup
- The fundGroup to set.public org.kuali.rice.core.api.util.type.KualiDecimal getYearBalance()
public void setYearBalance(org.kuali.rice.core.api.util.type.KualiDecimal yearBalance)
yearBalance
- The yearBalance to set.public org.kuali.rice.core.api.util.type.KualiDecimal getYearToDayBalance()
public void setYearToDayBalance(org.kuali.rice.core.api.util.type.KualiDecimal yearToDayBalance)
yearToDayBalance
- The yearToDayBalance to set.public org.kuali.rice.core.api.util.type.KualiDecimal getCombinedBeginningBalanceAmount()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.