org.kuali.kfs.sys.document
Interface AmountTotaling

All Known Implementing Classes:
AccountsPayableDocumentBase, AdvanceDepositDocument, AssetDecreaseDocument, AssetIncreaseDocument, AssetPaymentDocument, AuxiliaryVoucherDocument, BenefitExpenseTransferDocument, BudgetAdjustmentDocument, CashControlDocument, CashDecreaseDocument, CashIncreaseDocument, CashReceiptDocument, CashTransferDocument, CorporateReorganizationDocument, CreditCardReceiptDocument, CustomerCreditMemoDocument, CustomerInvoiceDocument, CustomerInvoiceWriteoffDocument, DisbursementVoucherDocument, DistributionOfIncomeAndExpenseDocument, EndowmentToGLTransferOfFundsDocument, GeneralErrorCorrectionDocument, GeneralLedgerCorrectionProcessDocument, GLToEndowmentTransferOfFundsDocument, IndirectCostAdjustmentDocument, InternalBillingDocument, JournalVoucherDocument, LaborCorrectionDocument, LaborExpenseTransferDocumentBase, LaborJournalVoucherDocument, LaborYearEndBenefitTransferDocument, LiabilityDecreaseDocument, NonCheckDisbursementDocument, PaymentRequestDocument, PreEncumbranceDocument, ProcurementCardDocument, PurchaseOrderAmendmentDocument, PurchaseOrderCloseDocument, PurchaseOrderDocument, PurchaseOrderPaymentHoldDocument, PurchaseOrderRemoveHoldDocument, PurchaseOrderReopenDocument, PurchaseOrderRetransmitDocument, PurchaseOrderSplitDocument, PurchaseOrderVoidDocument, PurchasingAccountsPayableDocumentBase, PurchasingDocumentBase, RequisitionDocument, SalaryExpenseTransferDocument, SecurityTransferDocument, ServiceBillingDocument, TransferOfFundsDocument, VendorCreditMemoDocument, YearEndBenefitExpenseTransferDocument, YearEndBudgetAdjustmentDocument, YearEndDistributionOfIncomeAndExpenseDocument, YearEndGeneralErrorCorrectionDocument, YearEndSalaryExpenseTransferDocument, YearEndTransferOfFundsDocument

public interface AmountTotaling

Any class that implements this interface should provide a document total.


Method Summary
 org.kuali.rice.kns.util.KualiDecimal getTotalDollarAmount()
          This method returns the total dollar amount for the document.
 

Method Detail

getTotalDollarAmount

org.kuali.rice.kns.util.KualiDecimal getTotalDollarAmount()
This method returns the total dollar amount for the document.

Returns:
The total dollar amount as a KualiDecimal object instance.


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