public class VoucherAccountingLineHelperBase extends Object implements VoucherAccountingLineHelper
| Constructor and Description |
|---|
VoucherAccountingLineHelperBase()
Constructs a
instance. |
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.core.api.util.type.KualiDecimal |
getCredit()
This method retrieves the credit amount.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getDebit()
This method retrieves the debit amount.
|
void |
setCredit(org.kuali.rice.core.api.util.type.KualiDecimal credit)
This method sets the credit amount.
|
void |
setDebit(org.kuali.rice.core.api.util.type.KualiDecimal debit)
This method sets the debit amount.
|
public VoucherAccountingLineHelperBase()
VoucherAccountingLineHelperBase instance.public org.kuali.rice.core.api.util.type.KualiDecimal getCredit()
getCredit in interface VoucherAccountingLineHelperpublic void setCredit(org.kuali.rice.core.api.util.type.KualiDecimal credit)
setCredit in interface VoucherAccountingLineHelpercredit - public org.kuali.rice.core.api.util.type.KualiDecimal getDebit()
getDebit in interface VoucherAccountingLineHelperpublic void setDebit(org.kuali.rice.core.api.util.type.KualiDecimal debit)
setDebit in interface VoucherAccountingLineHelperdebit - Copyright © 2004–2016 The Kuali Foundation. All rights reserved.