com.ail.insurance.quotation.calculatetax
Interface CalculateTaxArg

All Superinterfaces:
CommandArg, java.io.Serializable
All Known Implementing Classes:
CalculateTaxArgImp, CalculateTaxCommand

public interface CalculateTaxArg
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. The policy to calculate tax for

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.