public class GlPendingTransaction extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements FlexibleAccountUpdateable
Constructor and Description |
---|
GlPendingTransaction() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAccountNumber()
Returns the account number of the business object to update
|
String |
getAcctSfFinObjCd() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getAmount() |
String |
getChartOfAccountsCode()
Returns the chart of accounts code of the business object to update
|
String |
getDebitCrdtCd() |
String |
getDescription() |
String |
getFdocApprovedCd() |
String |
getFdocNbr() |
String |
getFdocRefNbr() |
String |
getFdocRefTypCd() |
Date |
getFdocReversalDt() |
String |
getFinancialBalanceTypeCode()
Returns the balance type code of the business object to update
|
String |
getFinancialDocumentTypeCode()
Returns the document type code of the business object to update
|
String |
getFinancialObjectCode()
Returns the object code of the business object to update
|
String |
getFinancialSubObjectCode() |
String |
getFinObjTypCd() |
String |
getFsOriginCd() |
String |
getFsRefOriginCd() |
org.kuali.rice.core.api.util.type.KualiInteger |
getId() |
String |
getOrgDocNbr() |
String |
getOrgReferenceId() |
OriginEntryFull |
getOriginEntry() |
String |
getProjectCd() |
org.kuali.rice.core.api.util.type.KualiInteger |
getSequenceNbr() |
String |
getSubAccountNumber() |
Date |
getTransactionDt() |
String |
getTrnEncumUpdtCd() |
String |
getTrnEntrOfstCd() |
Integer |
getUniversityFiscalYear()
Returns the university fiscal year of the business object to update
|
String |
getUnivFiscalPrdCd() |
int |
hashCode() |
boolean |
isProcessInd()
Gets the processInd attribute.
|
void |
setAccount(Account a)
Sets the business object's account attribute
|
void |
setAccountNumber(String accountNbr)
Sets the account number of the business object
|
void |
setAcctSfFinObjCd(String acctSfFinObjCd) |
void |
setAmount(org.kuali.rice.core.api.util.type.KualiDecimal amount) |
void |
setChartOfAccountsCode(String finCoaCd)
Sets the chart of accounts code of the business object
|
void |
setDebitCrdtCd(String debitCrdtCd) |
void |
setDescription(String description) |
void |
setFdocApprovedCd(String fdocApprovedCd) |
void |
setFdocNbr(String fdocNbr) |
void |
setFdocRefNbr(String fdocRefNbr) |
void |
setFdocRefTypCd(String fdocRefTypCd) |
void |
setFdocReversalDt(Date fdocReversalDt) |
void |
setFinancialBalanceTypeCode(String finBalanceTypCd) |
void |
setFinancialDocumentTypeCode(String fdocTypCd) |
void |
setFinancialObjectCode(String finObjectCd) |
void |
setFinancialSubObjectCode(String finSubObjCd)
Sets the financial sub-object code of the business object
|
void |
setFinObjTypCd(String finObjTypCd) |
void |
setFsOriginCd(String fsOriginCd) |
void |
setFsRefOriginCd(String fsRefOriginCd) |
void |
setId(org.kuali.rice.core.api.util.type.KualiInteger id) |
void |
setOrgDocNbr(String orgDocNbr) |
void |
setOrgReferenceId(String orgReferenceId) |
void |
setProcessInd(boolean processInd)
Sets the processInd attribute value.
|
void |
setProjectCd(String projectCd) |
void |
setSequenceNbr(org.kuali.rice.core.api.util.type.KualiInteger sequenceNbr) |
void |
setSubAccountNumber(String subAccountNbr)
Sets the sub-account number of the business object
|
void |
setTransactionDt(Date transactionDt) |
void |
setTrnEncumUpdtCd(String trnEncumUpdtCd) |
void |
setTrnEntrOfstCd(String trnEntrOfstCd) |
void |
setUniversityFiscalYear(Integer univFiscalYr) |
void |
setUnivFiscalPrdCd(String univFiscalPrdCd) |
String |
toString() |
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 GlPendingTransaction()
public OriginEntryFull getOriginEntry()
public String getAccountNumber()
FlexibleAccountUpdateable
getAccountNumber
in interface FlexibleAccountUpdateable
public void setAccountNumber(String accountNbr)
FlexibleAccountUpdateable
setAccountNumber
in interface FlexibleAccountUpdateable
accountNbr
- the account number to setpublic String getAcctSfFinObjCd()
public void setAcctSfFinObjCd(String acctSfFinObjCd)
public org.kuali.rice.core.api.util.type.KualiDecimal getAmount()
public void setAmount(org.kuali.rice.core.api.util.type.KualiDecimal amount)
public String getDebitCrdtCd()
public void setDebitCrdtCd(String debitCrdtCd)
public String getDescription()
public void setDescription(String description)
public String getFdocApprovedCd()
public void setFdocApprovedCd(String fdocApprovedCd)
public String getFdocNbr()
public void setFdocNbr(String fdocNbr)
public String getFdocRefNbr()
public void setFdocRefNbr(String fdocRefNbr)
public String getFdocRefTypCd()
public void setFdocRefTypCd(String fdocRefTypCd)
public Date getFdocReversalDt()
public void setFdocReversalDt(Date fdocReversalDt)
public String getFinancialDocumentTypeCode()
FlexibleAccountUpdateable
getFinancialDocumentTypeCode
in interface FlexibleAccountUpdateable
public void setFinancialDocumentTypeCode(String fdocTypCd)
public String getFinancialBalanceTypeCode()
FlexibleAccountUpdateable
getFinancialBalanceTypeCode
in interface FlexibleAccountUpdateable
public void setFinancialBalanceTypeCode(String finBalanceTypCd)
public String getChartOfAccountsCode()
FlexibleAccountUpdateable
getChartOfAccountsCode
in interface FlexibleAccountUpdateable
public void setChartOfAccountsCode(String finCoaCd)
FlexibleAccountUpdateable
setChartOfAccountsCode
in interface FlexibleAccountUpdateable
finCoaCd
- the chart code to setpublic String getFinancialObjectCode()
FlexibleAccountUpdateable
getFinancialObjectCode
in interface FlexibleAccountUpdateable
public void setFinancialObjectCode(String finObjectCd)
public String getFinObjTypCd()
public void setFinObjTypCd(String finObjTypCd)
public String getFinancialSubObjectCode()
public void setFinancialSubObjectCode(String finSubObjCd)
FlexibleAccountUpdateable
setFinancialSubObjectCode
in interface FlexibleAccountUpdateable
finSubObjCd
- the financial sub-object code to setpublic String getFsOriginCd()
public void setFsOriginCd(String fsOriginCd)
public String getFsRefOriginCd()
public void setFsRefOriginCd(String fsRefOriginCd)
public org.kuali.rice.core.api.util.type.KualiInteger getId()
public void setId(org.kuali.rice.core.api.util.type.KualiInteger id)
public String getOrgDocNbr()
public void setOrgDocNbr(String orgDocNbr)
public String getOrgReferenceId()
public void setOrgReferenceId(String orgReferenceId)
public boolean isProcessInd()
public void setProcessInd(boolean processInd)
processInd
- The processInd to set.public String getProjectCd()
public void setProjectCd(String projectCd)
public org.kuali.rice.core.api.util.type.KualiInteger getSequenceNbr()
public void setSequenceNbr(org.kuali.rice.core.api.util.type.KualiInteger sequenceNbr)
public String getSubAccountNumber()
public void setSubAccountNumber(String subAccountNbr)
FlexibleAccountUpdateable
setSubAccountNumber
in interface FlexibleAccountUpdateable
subAccountNbr
- the sub account number to setpublic Date getTransactionDt()
public void setTransactionDt(Date transactionDt)
public String getTrnEncumUpdtCd()
public void setTrnEncumUpdtCd(String trnEncumUpdtCd)
public String getTrnEntrOfstCd()
public void setTrnEntrOfstCd(String trnEntrOfstCd)
public String getUnivFiscalPrdCd()
public void setUnivFiscalPrdCd(String univFiscalPrdCd)
public Integer getUniversityFiscalYear()
FlexibleAccountUpdateable
getUniversityFiscalYear
in interface FlexibleAccountUpdateable
public void setUniversityFiscalYear(Integer univFiscalYr)
public String toString()
toString
in interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
in class org.kuali.rice.krad.bo.BusinessObjectBase
public void setAccount(Account a)
FlexibleAccountUpdateable
setAccount
in interface FlexibleAccountUpdateable
a
- an account business object to setprotected LinkedHashMap toStringMapper_RICE20_REFACTORME()
Copyright © 2004–2016 The Kuali Foundation. All rights reserved.