org.kuali.kfs.sys.businessobject
Interface GeneralLedgerPendingEntrySourceDetail

All Superinterfaces:
org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject, org.apache.ojb.broker.PersistenceBrokerAware, Serializable
All Known Subinterfaces:
AccountingLine, BudgetAdjustmentAccountingLine, ExpenseTransferAccountingLine, LaborLedgerExpenseTransferAccountingLine, LaborLedgerExpenseTransferSourceAccountingLine, LaborLedgerExpenseTransferTargetAccountingLine, PurApAccountingLine
All Known Implementing Classes:
AccountingLineBase, AccountsPayableSummaryAccount, AssetGlpeSourceDetail, AssetPaymentDetail, BudgetAdjustmentSourceAccountingLine, BudgetAdjustmentTargetAccountingLine, CreditMemoAccount, CreditMemoAccountRevision, CustomerCreditMemoDetail, CustomerInvoiceDetail, ExpenseTransferSourceAccountingLine, ExpenseTransferTargetAccountingLine, GECSourceAccountingLine, GECTargetAccountingLine, LaborJournalVoucherDetail, PaymentRequestAccount, PaymentRequestAccountRevision, ProcurementCardSourceAccountingLine, ProcurementCardTargetAccountingLine, PurApAccountingLineBase, PurchaseOrderAccount, ReceivableCustomerCreditMemoDetail, ReceivableCustomerInvoiceDetail, RequisitionAccount, SalesTaxCustomerCreditMemoDetail, SalesTaxCustomerInvoiceDetail, SourceAccountingLine, TargetAccountingLine, VoucherSourceAccountingLine, WriteoffCustomerInvoiceDetail, WriteoffTaxCustomerInvoiceDetail

public interface GeneralLedgerPendingEntrySourceDetail
extends org.kuali.rice.kns.bo.PersistableBusinessObject

A collection of methods, specifying data that would be necessary to create a GeneralLedgerPendingEntry


Method Summary
 Account getAccount()
           
 String getAccountNumber()
           
 org.kuali.rice.kns.util.KualiDecimal getAmount()
           
 String getBalanceTypeCode()
           
 String getChartOfAccountsCode()
           
 String getDocumentNumber()
           
 String getFinancialDocumentLineDescription()
           
 String getFinancialObjectCode()
           
 String getFinancialSubObjectCode()
           
 ObjectCode getObjectCode()
           
 String getOrganizationReferenceId()
           
 Integer getPostingYear()
           
 String getProjectCode()
           
 String getReferenceNumber()
           
 String getReferenceOriginCode()
           
 String getReferenceTypeCode()
           
 String getSubAccountNumber()
           
 
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate
 

Method Detail

getChartOfAccountsCode

String getChartOfAccountsCode()
Returns:
Returns the chartOfAccountsCode.

getAccountNumber

String getAccountNumber()
Returns:
Returns the accountNumber.

getAccount

Account getAccount()
Returns:
Returns the account.

getDocumentNumber

String getDocumentNumber()
Returns:
Returns the documentNumber.

getFinancialObjectCode

String getFinancialObjectCode()
Returns:
Returns the financialObjectCode.

getObjectCode

ObjectCode getObjectCode()
Returns:
Returns the objectCode.

getOrganizationReferenceId

String getOrganizationReferenceId()
Returns:
Returns the organizationReferenceId.

getProjectCode

String getProjectCode()
Returns:
Returns the projectCode.

getReferenceNumber

String getReferenceNumber()
Returns:
Returns the referenceNumber.

getReferenceTypeCode

String getReferenceTypeCode()
Returns:
Returns the referenceTypeCode.

getReferenceOriginCode

String getReferenceOriginCode()
Returns:
Returns the referenceOriginCode.

getSubAccountNumber

String getSubAccountNumber()
Returns:
Returns the subAccountNumber.

getFinancialSubObjectCode

String getFinancialSubObjectCode()
Returns:
Returns the financialSubObjectCode.

getFinancialDocumentLineDescription

String getFinancialDocumentLineDescription()
Returns:
Returns the financialDocumentLineDescription.

getAmount

org.kuali.rice.kns.util.KualiDecimal getAmount()
Returns:
Returns the amount.

getPostingYear

Integer getPostingYear()
Returns:
Returns the postingYear.

getBalanceTypeCode

String getBalanceTypeCode()
Returns:
Returns the balanceTypeCode.


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