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 VoucherAccountingLineHelper
public void setCredit(org.kuali.rice.core.api.util.type.KualiDecimal credit)
setCredit
in interface VoucherAccountingLineHelper
credit
- public org.kuali.rice.core.api.util.type.KualiDecimal getDebit()
getDebit
in interface VoucherAccountingLineHelper
public void setDebit(org.kuali.rice.core.api.util.type.KualiDecimal debit)
setDebit
in interface VoucherAccountingLineHelper
debit
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.