org.kuali.kfs.module.cam.document.gl
Class AssetGlobalGeneralLedgerPendingEntrySource
java.lang.Object
org.kuali.kfs.module.cam.document.gl.CamsGeneralLedgerPendingEntrySourceBase
org.kuali.kfs.module.cam.document.gl.AssetGlobalGeneralLedgerPendingEntrySource
- All Implemented Interfaces:
- GeneralLedgerPendingEntrySource
public class AssetGlobalGeneralLedgerPendingEntrySource
- extends CamsGeneralLedgerPendingEntrySourceBase
Methods inherited from class org.kuali.kfs.module.cam.document.gl.CamsGeneralLedgerPendingEntrySourceBase |
addPendingEntry, clearAnyGeneralLedgerPendingEntries, customizeExplicitGeneralLedgerPendingEntry, doRouteStatusChange, generateDocumentGeneralLedgerPendingEntries, generateGeneralLedgerPendingEntries, getDocumentHeader, getGeneralLedgerPendingEntryAmountForDetail, getGeneralLedgerPendingEntrySourceDetails, getPendingEntries, getPostables, getPostingYear, setDocumentHeader, setPendingEntries, setPostables |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetGlobalGeneralLedgerPendingEntrySource
public AssetGlobalGeneralLedgerPendingEntrySource(FinancialSystemDocumentHeader documentHeader)
isDebit
public boolean isDebit(GeneralLedgerPendingEntrySourceDetail postable)
- Description copied from interface:
GeneralLedgerPendingEntrySource
- This method determines if the passed in GeneralLedgerPendingEntrySourceDetail is a debit or not.
- Returns:
- true if the given GeneralLedgerPendingEntrySourceDetail is a debit, false if it is a credit
getFinancialDocumentTypeCode
public String getFinancialDocumentTypeCode()
- Description copied from interface:
GeneralLedgerPendingEntrySource
- This method returns the financial document type code. It's required to return the appropriate financial document type code only if poster class is not assignable from org.kuali.rice.kns.document.
- Returns:
- the document type code
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.