com.ail.insurance.acceptance
Interface AssessPaymentOptionsArg

All Superinterfaces:
CommandArg, java.io.Serializable
All Known Implementing Classes:
AssessPaymentOptionsArgImp, AssessPaymentOptionsCommand

public interface AssessPaymentOptionsArg
extends CommandArg

Version:
$Revision: 1.1 $

Method Summary
 java.util.ArrayList<PaymentSchedule> getOptionsRet()
          Getter returning a list of schedules, each of which is an option
 Policy getPolicyArg()
          Getter for the policyArg property.
 void setOptionsRet(java.util.ArrayList<PaymentSchedule> option)
          Setter for the schedule options
 void setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Method Detail

getPolicyArg

Policy getPolicyArg()
Getter for the policyArg property. Policy to collect premium for

Returns:
Value of policyArg, or null if it is unset

setPolicyArg

void setPolicyArg(Policy policyArg)
Setter for the policyArg property.

Parameters:
policyArg - new value for property.
See Also:
getPolicyArg()

getOptionsRet

java.util.ArrayList<PaymentSchedule> getOptionsRet()
Getter returning a list of schedules, each of which is an option

Returns:
List of schedule

setOptionsRet

void setOptionsRet(java.util.ArrayList<PaymentSchedule> option)
Setter for the schedule options

Parameters:
option -
See Also:
#getOptionRet()