com.ail.insurance.quotation.calculatepremium
Interface CalculatePremiumArg

All Superinterfaces:
CommandArg, java.io.Serializable
All Known Implementing Classes:
CalculatePremiumArgImp, CalculatePremiumCommand

public interface CalculatePremiumArg
extends CommandArg

Version:
$Revision: 1.1 $

Method Summary
 Policy getPolicyArgRet()
          Fetch the value of the policy argument.
 void setPolicyArgRet(Policy policyArgRet)
          Set the value of the policy argument.
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Method Detail

getPolicyArgRet

Policy getPolicyArgRet()
Fetch the value of the policy argument. The policy for which the premium should be calculate.

Returns:
value of policy
See Also:
setPolicyArgRet(com.ail.insurance.policy.Policy)

setPolicyArgRet

void setPolicyArgRet(Policy policyArgRet)
Set the value of the policy argument. The policy for which the premium should be calculate.

Parameters:
policyArgRet - New value for policy argument.
See Also:
getPolicyArgRet()