|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PaymentSchedule | |
|---|---|
| com.ail.insurance.acceptance | |
| com.ail.insurance.policy | |
| Uses of PaymentSchedule in com.ail.insurance.acceptance |
|---|
| Methods in com.ail.insurance.acceptance that return types with arguments of type PaymentSchedule | |
|---|---|
java.util.ArrayList<PaymentSchedule> |
AssessPaymentOptionsCommand.getOptionsRet()
Getter returning a list of schedules, each of which is an option |
java.util.ArrayList<PaymentSchedule> |
AssessPaymentOptionsArgImp.getOptionsRet()
Getter returning a list of schedules, each of which is an option |
java.util.ArrayList<PaymentSchedule> |
AssessPaymentOptionsArg.getOptionsRet()
Getter returning a list of schedules, each of which is an option |
| Method parameters in com.ail.insurance.acceptance with type arguments of type PaymentSchedule | |
|---|---|
void |
AssessPaymentOptionsCommand.setOptionsRet(java.util.ArrayList<PaymentSchedule> optionsRet)
{@inheritDoc |
void |
AssessPaymentOptionsArgImp.setOptionsRet(java.util.ArrayList<PaymentSchedule> optionsRet)
{@inheritDoc |
void |
AssessPaymentOptionsArg.setOptionsRet(java.util.ArrayList<PaymentSchedule> option)
Setter for the schedule options |
| Uses of PaymentSchedule in com.ail.insurance.policy |
|---|
| Methods in com.ail.insurance.policy that return PaymentSchedule | |
|---|---|
PaymentSchedule |
Policy.getPaymentDetails()
Getter returning the value of the paymentDetails property. |
| Methods in com.ail.insurance.policy with parameters of type PaymentSchedule | |
|---|---|
void |
Policy.setPaymentDetails(PaymentSchedule paymentDetails)
Setter to update the value of the paymentDetails property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||