|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ail.core.Type
com.ail.financial.PaymentSchedule
public class PaymentSchedule
A payment schedule simply groups together a collection of MoneyProvisions.
| Field Summary |
|---|
| Fields inherited from class com.ail.core.Type |
|---|
jXPathContext, NOT_PERSISTED |
| Constructor Summary | |
|---|---|
PaymentSchedule()
Constructor |
|
PaymentSchedule(java.util.ArrayList<MoneyProvision> moneyProvision,
java.lang.String description)
|
|
| Method Summary | |
|---|---|
CurrencyAmount |
calculateTotal()
|
java.lang.String |
getDescription()
Getter returning the value of the description property. |
java.util.ArrayList<MoneyProvision> |
getMoneyProvision()
Fetch the list of money provisions associated withe this schedule. |
void |
setDescription(java.lang.String description)
Setter to update the value of the description property. |
void |
setMoneyProvision(java.util.ArrayList<MoneyProvision> moneyProvision)
Set the list of money provisions associated with this schedule. |
| Methods inherited from class com.ail.core.Type |
|---|
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PaymentSchedule(java.util.ArrayList<MoneyProvision> moneyProvision,
java.lang.String description)
moneyProvision - List of money provisionsdescription - Textual descriptionpublic PaymentSchedule()
| Method Detail |
|---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - New value for the description propertypublic java.util.ArrayList<MoneyProvision> getMoneyProvision()
public void setMoneyProvision(java.util.ArrayList<MoneyProvision> moneyProvision)
moneyProvision - public CurrencyAmount calculateTotal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||