public class Encumbrance extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
Encumbrance() |
Encumbrance(EncumbranceHistory encumbranceHistory)
Constructs a AccountBalance.java per the primary keys only of the passed in accountBalanceHistory
|
Encumbrance(Transaction t) |
Modifier and Type | Method and Description |
---|---|
Account |
getAccount()
Gets the account attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAccountLineEncumbranceAmount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getAccountLineEncumbranceClosedAmount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getAccountLineEncumbranceOutstandingAmount() |
String |
getAccountLineEncumbrancePurgeCode() |
String |
getAccountNumber() |
BalanceType |
getBalanceType()
Gets the balanceType attribute.
|
String |
getBalanceTypeCode() |
Chart |
getChart()
Gets the chart attribute.
|
String |
getChartOfAccountsCode() |
String |
getDocumentNumber() |
String |
getDocumentTypeCode() |
TransientBalanceInquiryAttributes |
getDummyBusinessObject()
Gets the dummyBusinessObject attribute.
|
ObjectCode |
getFinancialObject()
Gets the financialObject attribute.
|
SubObjectCode |
getFinancialSubObject()
Gets the financialSubObject attribute.
|
org.kuali.rice.kew.doctype.bo.DocumentTypeEBO |
getFinancialSystemDocumentTypeCode()
Gets the financialSystemDocumentTypeCode attribute.
|
String |
getObjectCode() |
SystemOptions |
getOption()
Gets the option attribute.
|
OriginationCode |
getOriginationCode() |
String |
getOriginCode() |
SubAccount |
getSubAccount()
Gets the subAccount attribute.
|
String |
getSubAccountNumber() |
String |
getSubObjectCode() |
Timestamp |
getTimestamp() |
Date |
getTransactionEncumbranceDate() |
String |
getTransactionEncumbranceDescription() |
Integer |
getUniversityFiscalYear() |
void |
setAccount(Account account)
Sets the account attribute value.
|
void |
setAccountLineEncumbranceAmount(org.kuali.rice.core.api.util.type.KualiDecimal accountLineEncumbranceAmount) |
void |
setAccountLineEncumbranceClosedAmount(org.kuali.rice.core.api.util.type.KualiDecimal accountLineEncumbranceClosedAmount) |
void |
setAccountLineEncumbranceOutstandingAmount() |
void |
setAccountLineEncumbrancePurgeCode(String accountLineEncumbrancePurgeCode) |
void |
setAccountNumber(String accountNumber) |
void |
setBalanceType(BalanceType balanceType)
Sets the balanceType attribute value.
|
void |
setBalanceTypeCode(String balanceTypeCode) |
void |
setChart(Chart chart)
Sets the chart attribute value.
|
void |
setChartOfAccountsCode(String chartOfAccountsCode) |
void |
setDocumentNumber(String documentNumber) |
void |
setDocumentTypeCode(String documentTypeCode) |
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 |
setObjectCode(String objectCode) |
void |
setOption(SystemOptions option)
Sets the option attribute value.
|
void |
setOriginationCode(OriginationCode originationCode) |
void |
setOriginCode(String originCode) |
void |
setSubAccount(SubAccount subAccount)
Sets the subAccount attribute value.
|
void |
setSubAccountNumber(String subAccountNumber) |
void |
setSubObjectCode(String subObjectCode) |
void |
setTimestamp(Timestamp timestamp) |
void |
setTransactionEncumbranceDate(Date transactionEncumbranceDate) |
void |
setTransactionEncumbranceDescription(String transactionEncumbranceDescription) |
void |
setUniversityFiscalYear(Integer universityFiscalYear) |
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 Encumbrance()
public Encumbrance(Transaction t)
public Encumbrance(EncumbranceHistory encumbranceHistory)
accountBalanceHistory
- protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
public OriginationCode getOriginationCode()
public void setOriginationCode(OriginationCode originationCode)
public org.kuali.rice.core.api.util.type.KualiDecimal getAccountLineEncumbranceAmount()
public void setAccountLineEncumbranceAmount(org.kuali.rice.core.api.util.type.KualiDecimal accountLineEncumbranceAmount)
accountLineEncumbranceAmount
- The accountLineEncumbranceAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getAccountLineEncumbranceClosedAmount()
public void setAccountLineEncumbranceOutstandingAmount()
public org.kuali.rice.core.api.util.type.KualiDecimal getAccountLineEncumbranceOutstandingAmount()
public void setAccountLineEncumbranceClosedAmount(org.kuali.rice.core.api.util.type.KualiDecimal accountLineEncumbranceClosedAmount)
accountLineEncumbranceClearedAmount
- The accountLineEncumbranceClearedAmount to set.public String getAccountLineEncumbrancePurgeCode()
public void setAccountLineEncumbrancePurgeCode(String accountLineEncumbrancePurgeCode)
accountLineEncumbrancePrg
- The accountLineEncumbrancePrg 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 String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber to set.public String getDocumentTypeCode()
public void setDocumentTypeCode(String documentTypeCode)
documentTypeCode
- The documentTypeCode to set.public String getObjectCode()
public void setObjectCode(String objectCode)
objectCode
- The objectCode to set.public String getOriginCode()
public void setOriginCode(String originCode)
originCode
- The originCode 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 Timestamp getTimestamp()
public void setTimestamp(Timestamp timestamp)
timestamp
- The timestamp to set.public Date getTransactionEncumbranceDate()
public void setTransactionEncumbranceDate(Date transactionEncumbranceDate)
transactionEncumbranceDate
- The transactionEncumbranceDate to set.public String getTransactionEncumbranceDescription()
public void setTransactionEncumbranceDescription(String transactionEncumbranceDescription)
transactionEncumbranceDescription
- The transactionEncumbranceDescription to set.public Integer getUniversityFiscalYear()
public void setUniversityFiscalYear(Integer universityFiscalYear)
universityFiscalYear
- The universityFiscalYear to set.public Account getAccount()
public void setAccount(Account account)
account
- The account to set.public void setChart(Chart chart)
chart
- The chart 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 TransientBalanceInquiryAttributes getDummyBusinessObject()
public void setDummyBusinessObject(TransientBalanceInquiryAttributes dummyBusinessObject)
dummyBusinessObject
- The dummyBusinessObject to set.public SystemOptions getOption()
public void setOption(SystemOptions option)
option
- The option to set.public SubAccount getSubAccount()
public void setSubAccount(SubAccount subAccount)
subAccount
- The subAccount to set.public org.kuali.rice.kew.doctype.bo.DocumentTypeEBO getFinancialSystemDocumentTypeCode()
public SubObjectCode getFinancialSubObject()
public void setFinancialSubObject(SubObjectCode financialSubObject)
financialSubObject
- The financialSubObject to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.