org.kuali.kfs.module.cab.businessobject
Class PurchasingAccountsPayableProcessingReport

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.cab.businessobject.GeneralLedgerEntry
              extended by org.kuali.kfs.module.cab.businessobject.PurchasingAccountsPayableProcessingReport
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class PurchasingAccountsPayableProcessingReport
extends GeneralLedgerEntry

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
PurchasingAccountsPayableProcessingReport()
           
 
Method Summary
 Integer getPurapDocumentIdentifier()
          Gets the purapDocumentIdentifier attribute.
 org.kuali.rice.kns.util.KualiDecimal getReportAmount()
          Gets the reportAmount attribute.
 void setPurapDocumentIdentifier(Integer purapDocumentIdentifier)
          Sets the purapDocumentIdentifier attribute value.
 void setReportAmount(org.kuali.rice.kns.util.KualiDecimal reportAmount)
          Sets the reportAmount attribute value.
 
Methods inherited from class org.kuali.kfs.module.cab.businessobject.GeneralLedgerEntry
computePayment, getAccount, getAccountNumber, getActivityStatusCode, getAmount, getChart, getChartOfAccountsCode, getDocumentNumber, getFinancialBalanceTypeCode, getFinancialDocumentTypeCode, getFinancialObject, getFinancialObjectCode, getFinancialObjectTypeCode, getFinancialSubObject, getFinancialSubObjectCode, getFinancialSystemDocumentTypeCode, getFinancialSystemOriginationCode, getGeneralLedgerAccountIdentifier, getGeneralLedgerEntryAssets, getObjectType, getOrganizationDocumentNumber, getOrganizationReferenceId, getProjectCode, getPurApLineAssetAccounts, getReferenceFinancialDocumentNumber, getReferenceFinancialSystemOriginationCode, getSubAccount, getSubAccountNumber, getTransactionDate, getTransactionDateTimeStamp, getTransactionDebitCreditCode, getTransactionLedgerEntryAmount, getTransactionLedgerEntryDescription, getTransactionLedgerEntrySequenceNumber, getTransactionLedgerSubmitAmount, getTransactionPostingDate, getUniversityFiscalPeriodCode, getUniversityFiscalYear, isActive, isSelected, setAccount, setAccountNumber, setActivityStatusCode, setAmount, setChart, setChartOfAccountsCode, setDocumentNumber, setFinancialBalanceTypeCode, setFinancialDocumentTypeCode, setFinancialObject, setFinancialObjectCode, setFinancialObjectTypeCode, setFinancialSubObject, setFinancialSubObjectCode, setFinancialSystemOriginationCode, setGeneralLedgerAccountIdentifier, setGeneralLedgerEntryAssets, setObjectType, setOrganizationDocumentNumber, setOrganizationReferenceId, setProjectCode, setPurApLineAssetAccounts, setReferenceFinancialDocumentNumber, setReferenceFinancialSystemOriginationCode, setSelected, setSubAccount, setSubAccountNumber, setTransactionDate, setTransactionDateTimeStamp, setTransactionDebitCreditCode, setTransactionLedgerEntryAmount, setTransactionLedgerEntryDescription, setTransactionLedgerEntrySequenceNumber, setTransactionLedgerSubmitAmount, setTransactionPostingDate, setUniversityFiscalPeriodCode, setUniversityFiscalYear, 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

PurchasingAccountsPayableProcessingReport

public PurchasingAccountsPayableProcessingReport()
Method Detail

getPurapDocumentIdentifier

public Integer getPurapDocumentIdentifier()
Gets the purapDocumentIdentifier attribute.

Returns:
Returns the purapDocumentIdentifier.

setPurapDocumentIdentifier

public void setPurapDocumentIdentifier(Integer purapDocumentIdentifier)
Sets the purapDocumentIdentifier attribute value.

Parameters:
purapDocumentIdentifier - The purapDocumentIdentifier to set.

getReportAmount

public org.kuali.rice.kns.util.KualiDecimal getReportAmount()
Gets the reportAmount attribute.

Returns:
Returns the reportAmount.

setReportAmount

public void setReportAmount(org.kuali.rice.kns.util.KualiDecimal reportAmount)
Sets the reportAmount attribute value.

Parameters:
reportAmount - The reportAmount to set.


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