com.ail.insurance.quotation.calculatecommission
Interface CalculateCommissionArg

All Superinterfaces:
CommandArg, java.io.Serializable
All Known Implementing Classes:
CalculateCommissionArgImp, CalculateCommissionCommand

public interface CalculateCommissionArg
extends CommandArg

Version:
$Revision: 1.1 $

Method Summary
 Policy getPolicyArgRet()
          Getter for the policyArgRet property.
 void setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Method Detail

getPolicyArgRet

Policy getPolicyArgRet()
Getter for the policyArgRet property. Policy to calculate commission for and on.

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

setPolicyArgRet

void setPolicyArgRet(Policy policyArgRet)
Setter for the policyArgRet property. * @see #getPolicyArgRet

Parameters:
policyArgRet - new value for property.