org.kuali.kfs.fp.businessobject
Interface VoucherAccountingLineHelper

All Superinterfaces:
Serializable
All Known Implementing Classes:
VoucherAccountingLineHelperBase

public interface VoucherAccountingLineHelper
extends Serializable

Interface to aid voucher documents for handling debit/credit amounts.


Method Summary
 org.kuali.rice.kns.util.KualiDecimal getCredit()
          This method retrieves the credit amount.
 org.kuali.rice.kns.util.KualiDecimal getDebit()
          This method retrieves the debit amount.
 void setCredit(org.kuali.rice.kns.util.KualiDecimal credit)
          This method sets the credit amount.
 void setDebit(org.kuali.rice.kns.util.KualiDecimal debit)
          This method sets the debit amount.
 

Method Detail

getCredit

org.kuali.rice.kns.util.KualiDecimal getCredit()
This method retrieves the credit amount.

Returns:
KualiDecimal

setCredit

void setCredit(org.kuali.rice.kns.util.KualiDecimal credit)
This method sets the credit amount.

Parameters:
credit -

getDebit

org.kuali.rice.kns.util.KualiDecimal getDebit()
This method retrieves the debit amount.

Returns:
KualiDecimal

setDebit

void setDebit(org.kuali.rice.kns.util.KualiDecimal debit)
This method sets the debit amount.

Parameters:
debit -


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