Uses of Class
com.ail.financial.MoneyProvision

Packages that use MoneyProvision
com.ail.financial   
com.ail.insurance.policy   
 

Uses of MoneyProvision in com.ail.financial
 

Methods in com.ail.financial that return types with arguments of type MoneyProvision
 java.util.ArrayList<MoneyProvision> PaymentSchedule.getMoneyProvision()
          Fetch the list of money provisions associated withe this schedule.
 

Method parameters in com.ail.financial with type arguments of type MoneyProvision
 void PaymentSchedule.setMoneyProvision(java.util.ArrayList<MoneyProvision> moneyProvision)
          Set the list of money provisions associated with this schedule.
 

Constructor parameters in com.ail.financial with type arguments of type MoneyProvision
PaymentSchedule(java.util.ArrayList<MoneyProvision> moneyProvision, java.lang.String description)
           
 

Uses of MoneyProvision in com.ail.insurance.policy
 

Methods in com.ail.insurance.policy that return MoneyProvision
 MoneyProvision Contract.getFinancialAmount()
          Getter returning the value of the financialAmount property.
 

Methods in com.ail.insurance.policy with parameters of type MoneyProvision
 void Contract.setFinancialAmount(MoneyProvision financialAmount)
          Setter to update the value of the financialAmount property.