com.ail.insurance.acceptance.acceptquotation
Interface AcceptQuotationArg

All Superinterfaces:
CommandArg, java.io.Serializable
All Known Implementing Classes:
AcceptQuotationArgImp, AcceptQuotationCommand

public interface AcceptQuotationArg
extends CommandArg

Version:
$Revision$
Author:
$Author$

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. Quoted policy to be put on risk

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.