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