org.kuali.kfs.gl.businessobject
Interface PosterOutputSummaryAmountHolder

All Known Implementing Classes:
PosterOutputSummaryBalanceTypeFiscalYearAndPeriodTotal, PosterOutputSummaryBalanceTypeFiscalYearTotal, PosterOutputSummaryBalanceTypeTotal, PosterOutputSummaryEntry, PosterOutputSummaryTotal

public interface PosterOutputSummaryAmountHolder

Interface for any class which holds a set of poster output summary amounts


Method Summary
 void addAmount(String debitCreditCode, String objectTypeCode, org.kuali.rice.kns.util.KualiDecimal amount)
          This method adds an amounts to the correct totals for a poster output summary entry
 

Method Detail

addAmount

void addAmount(String debitCreditCode,
               String objectTypeCode,
               org.kuali.rice.kns.util.KualiDecimal amount)
This method adds an amounts to the correct totals for a poster output summary entry

Parameters:
debitCreditCode - credit code used to determine whether amounts is debit or credit
objectTypeCode - object type code associated with amount
amount - amount to add


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