|
||||||||||
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.Encumbrance
public class Encumbrance
Represents the encumbrance amount for a specific university fiscal year, chart of accounts code, account number, sub account number, object code, sub object code, balance type code, document type code, origin code, and document number. This encumbrance object contains amounts for actual enumbrance amount, closed amount, outstanding amount
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
Encumbrance()
|
|
Encumbrance(EncumbranceHistory encumbranceHistory)
Constructs a AccountBalance.java per the primary keys only of the passed in accountBalanceHistory |
|
Encumbrance(Transaction t)
|
Method Summary | |
---|---|
Account |
getAccount()
Gets the account attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getAccountLineEncumbranceAmount()
|
org.kuali.rice.kns.util.KualiDecimal |
getAccountLineEncumbranceClosedAmount()
|
org.kuali.rice.kns.util.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.kns.util.KualiDecimal accountLineEncumbranceAmount)
|
void |
setAccountLineEncumbranceClosedAmount(org.kuali.rice.kns.util.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()
|
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 |
Constructor Detail |
---|
public Encumbrance()
public Encumbrance(Transaction t)
public Encumbrance(EncumbranceHistory encumbranceHistory)
accountBalanceHistory
- Method Detail |
---|
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
public OriginationCode getOriginationCode()
public void setOriginationCode(OriginationCode originationCode)
public org.kuali.rice.kns.util.KualiDecimal getAccountLineEncumbranceAmount()
public void setAccountLineEncumbranceAmount(org.kuali.rice.kns.util.KualiDecimal accountLineEncumbranceAmount)
accountLineEncumbranceAmount
- The accountLineEncumbranceAmount to set.public org.kuali.rice.kns.util.KualiDecimal getAccountLineEncumbranceClosedAmount()
public void setAccountLineEncumbranceOutstandingAmount()
public org.kuali.rice.kns.util.KualiDecimal getAccountLineEncumbranceOutstandingAmount()
public void setAccountLineEncumbranceClosedAmount(org.kuali.rice.kns.util.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 Chart getChart()
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |