|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.fp.businessobject.VoucherAccountingLineHelperBase
public class VoucherAccountingLineHelperBase
This helper class works in conjunction with the SourceAccountingLine bo to help build the UI for the Voucher. On the business object side, there is a single attribute that keeps track of this and the amount field is used to keep track of the amount. This helper class sits alongside the typical SourceAccountingLine bo... the synchronization between the two is the guaranteed order.
Constructor Summary | |
---|---|
VoucherAccountingLineHelperBase()
Constructs a instance. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VoucherAccountingLineHelperBase()
VoucherAccountingLineHelperBase
instance.
Method Detail |
---|
public org.kuali.rice.kns.util.KualiDecimal getCredit()
getCredit
in interface VoucherAccountingLineHelper
public void setCredit(org.kuali.rice.kns.util.KualiDecimal credit)
setCredit
in interface VoucherAccountingLineHelper
credit
- public org.kuali.rice.kns.util.KualiDecimal getDebit()
getDebit
in interface VoucherAccountingLineHelper
public void setDebit(org.kuali.rice.kns.util.KualiDecimal debit)
setDebit
in interface VoucherAccountingLineHelper
debit
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |