org.kuali.kfs.pdp.businessobject
Class GlPendingTransaction

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.pdp.businessobject.GlPendingTransaction
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, FlexibleAccountUpdateable, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class GlPendingTransaction
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements FlexibleAccountUpdateable

General Ledger Pending Table for PDP

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
GlPendingTransaction()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAccountNumber()
          Returns the account number of the business object to update
 String getAcctSfFinObjCd()
           
 org.kuali.rice.kns.util.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.kns.util.KualiInteger getId()
           
 String getOrgDocNbr()
           
 String getOrgReferenceId()
           
 OriginEntryFull getOriginEntry()
           
 String getProjectCd()
           
 org.kuali.rice.kns.util.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.kns.util.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.kns.util.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.kns.util.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()
           
 
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, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

GlPendingTransaction

public GlPendingTransaction()
Method Detail

getOriginEntry

public OriginEntryFull getOriginEntry()

getAccountNumber

public String getAccountNumber()
Description copied from interface: FlexibleAccountUpdateable
Returns the account number of the business object to update

Specified by:
getAccountNumber in interface FlexibleAccountUpdateable
Returns:
a valid account number

setAccountNumber

public void setAccountNumber(String accountNbr)
Description copied from interface: FlexibleAccountUpdateable
Sets the account number of the business object

Specified by:
setAccountNumber in interface FlexibleAccountUpdateable
Parameters:
accountNbr - the account number to set

getAcctSfFinObjCd

public String getAcctSfFinObjCd()

setAcctSfFinObjCd

public void setAcctSfFinObjCd(String acctSfFinObjCd)

getAmount

public org.kuali.rice.kns.util.KualiDecimal getAmount()

setAmount

public void setAmount(org.kuali.rice.kns.util.KualiDecimal amount)

getDebitCrdtCd

public String getDebitCrdtCd()

setDebitCrdtCd

public void setDebitCrdtCd(String debitCrdtCd)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getFdocApprovedCd

public String getFdocApprovedCd()

setFdocApprovedCd

public void setFdocApprovedCd(String fdocApprovedCd)

getFdocNbr

public String getFdocNbr()

setFdocNbr

public void setFdocNbr(String fdocNbr)

getFdocRefNbr

public String getFdocRefNbr()

setFdocRefNbr

public void setFdocRefNbr(String fdocRefNbr)

getFdocRefTypCd

public String getFdocRefTypCd()

setFdocRefTypCd

public void setFdocRefTypCd(String fdocRefTypCd)

getFdocReversalDt

public Date getFdocReversalDt()

setFdocReversalDt

public void setFdocReversalDt(Date fdocReversalDt)

getFinancialDocumentTypeCode

public String getFinancialDocumentTypeCode()
Description copied from interface: FlexibleAccountUpdateable
Returns the document type code of the business object to update

Specified by:
getFinancialDocumentTypeCode in interface FlexibleAccountUpdateable
Returns:
a valid document code

setFinancialDocumentTypeCode

public void setFinancialDocumentTypeCode(String fdocTypCd)

getFinancialBalanceTypeCode

public String getFinancialBalanceTypeCode()
Description copied from interface: FlexibleAccountUpdateable
Returns the balance type code of the business object to update

Specified by:
getFinancialBalanceTypeCode in interface FlexibleAccountUpdateable
Returns:
a valid balance type code

setFinancialBalanceTypeCode

public void setFinancialBalanceTypeCode(String finBalanceTypCd)

getChartOfAccountsCode

public String getChartOfAccountsCode()
Description copied from interface: FlexibleAccountUpdateable
Returns the chart of accounts code of the business object to update

Specified by:
getChartOfAccountsCode in interface FlexibleAccountUpdateable
Returns:
a valid chart of accounts code

setChartOfAccountsCode

public void setChartOfAccountsCode(String finCoaCd)
Description copied from interface: FlexibleAccountUpdateable
Sets the chart of accounts code of the business object

Specified by:
setChartOfAccountsCode in interface FlexibleAccountUpdateable
Parameters:
finCoaCd - the chart code to set

getFinancialObjectCode

public String getFinancialObjectCode()
Description copied from interface: FlexibleAccountUpdateable
Returns the object code of the business object to update

Specified by:
getFinancialObjectCode in interface FlexibleAccountUpdateable
Returns:
a valid object code

setFinancialObjectCode

public void setFinancialObjectCode(String finObjectCd)

getFinObjTypCd

public String getFinObjTypCd()

setFinObjTypCd

public void setFinObjTypCd(String finObjTypCd)

getFinancialSubObjectCode

public String getFinancialSubObjectCode()

setFinancialSubObjectCode

public void setFinancialSubObjectCode(String finSubObjCd)
Description copied from interface: FlexibleAccountUpdateable
Sets the financial sub-object code of the business object

Specified by:
setFinancialSubObjectCode in interface FlexibleAccountUpdateable
Parameters:
finSubObjCd - the financial sub-object code to set

getFsOriginCd

public String getFsOriginCd()

setFsOriginCd

public void setFsOriginCd(String fsOriginCd)

getFsRefOriginCd

public String getFsRefOriginCd()

setFsRefOriginCd

public void setFsRefOriginCd(String fsRefOriginCd)

getId

public org.kuali.rice.kns.util.KualiInteger getId()

setId

public void setId(org.kuali.rice.kns.util.KualiInteger id)

getOrgDocNbr

public String getOrgDocNbr()

setOrgDocNbr

public void setOrgDocNbr(String orgDocNbr)

getOrgReferenceId

public String getOrgReferenceId()

setOrgReferenceId

public void setOrgReferenceId(String orgReferenceId)

isProcessInd

public boolean isProcessInd()
Gets the processInd attribute.

Returns:
Returns the processInd.

setProcessInd

public void setProcessInd(boolean processInd)
Sets the processInd attribute value.

Parameters:
processInd - The processInd to set.

getProjectCd

public String getProjectCd()

setProjectCd

public void setProjectCd(String projectCd)

getSequenceNbr

public org.kuali.rice.kns.util.KualiInteger getSequenceNbr()

setSequenceNbr

public void setSequenceNbr(org.kuali.rice.kns.util.KualiInteger sequenceNbr)

getSubAccountNumber

public String getSubAccountNumber()

setSubAccountNumber

public void setSubAccountNumber(String subAccountNbr)
Description copied from interface: FlexibleAccountUpdateable
Sets the sub-account number of the business object

Specified by:
setSubAccountNumber in interface FlexibleAccountUpdateable
Parameters:
subAccountNbr - the sub account number to set

getTransactionDt

public Date getTransactionDt()

setTransactionDt

public void setTransactionDt(Date transactionDt)

getTrnEncumUpdtCd

public String getTrnEncumUpdtCd()

setTrnEncumUpdtCd

public void setTrnEncumUpdtCd(String trnEncumUpdtCd)

getTrnEntrOfstCd

public String getTrnEntrOfstCd()

setTrnEntrOfstCd

public void setTrnEntrOfstCd(String trnEntrOfstCd)

getUnivFiscalPrdCd

public String getUnivFiscalPrdCd()

setUnivFiscalPrdCd

public void setUnivFiscalPrdCd(String univFiscalPrdCd)

getUniversityFiscalYear

public Integer getUniversityFiscalYear()
Description copied from interface: FlexibleAccountUpdateable
Returns the university fiscal year of the business object to update

Specified by:
getUniversityFiscalYear in interface FlexibleAccountUpdateable
Returns:
a valid university fiscal year

setUniversityFiscalYear

public void setUniversityFiscalYear(Integer univFiscalYr)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class org.kuali.rice.kns.bo.BusinessObjectBase

setAccount

public void setAccount(Account a)
Description copied from interface: FlexibleAccountUpdateable
Sets the business object's account attribute

Specified by:
setAccount in interface FlexibleAccountUpdateable
Parameters:
a - an account business object to set

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.