com.ail.insurance.quotation.addpolicynumber
Interface GeneratePolicyNumberRuleArg

All Superinterfaces:
CommandArg, java.io.Serializable
All Known Implementing Classes:
GeneratePolicyNumberRuleArgImp, GeneratePolicyNumberRuleCommand

public interface GeneratePolicyNumberRuleArg
extends CommandArg

Version:
$Revision: 1.1 $

Method Summary
 Policy getPolicyArg()
          Getter for the policyArg property.
 java.lang.String getPolicyNumberRet()
          Getter for the policyNumberRet property.
 int getUniqueNumberArg()
          Getter for the uniqueNumberArg property.
 void setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void setPolicyNumberRet(java.lang.String policyNumberRet)
          Setter for the policyNumberRet property.
 void setUniqueNumberArg(int uniqueNumberArg)
          Setter for the uniqueNumberArg property.
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Method Detail

getPolicyArg

Policy getPolicyArg()
Getter for the policyArg property. The policy to generate a number for

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

setPolicyArg

void setPolicyArg(Policy policyArg)
Setter for the policyArg property. * @see #getPolicyArg

Parameters:
policyArg - new value for property.

getUniqueNumberArg

int getUniqueNumberArg()
Getter for the uniqueNumberArg property. A unique number that may be used by the number generation service. This number is guaranteed to be unique for each invocation of the service.

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

setUniqueNumberArg

void setUniqueNumberArg(int uniqueNumberArg)
Setter for the uniqueNumberArg property. * @see #getUniqueNumberArg

Parameters:
uniqueNumberArg - new value for property.

getPolicyNumberRet

java.lang.String getPolicyNumberRet()
Getter for the policyNumberRet property. The generated policy number.

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

setPolicyNumberRet

void setPolicyNumberRet(java.lang.String policyNumberRet)
Setter for the policyNumberRet property. * @see #getPolicyNumberRet

Parameters:
policyNumberRet - new value for property.