com.ail.insurance.acceptance
Interface ProduceDocumentationArg

All Superinterfaces:
CommandArg, java.io.Serializable
All Known Implementing Classes:
ProduceDocumentationArgImp, ProduceDocumentationCommand

public interface ProduceDocumentationArg
extends CommandArg

Version:
$Revision: 1.1 $

Method Summary
 PolicyDocumentation getDocumentationRet()
          Getter for the documentationRet property.
 Policy getPolicyArg()
          Getter for the policyArg property.
 void setDocumentationRet(PolicyDocumentation documentationRet)
          Setter for the documentationRet property.
 void setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Method Detail

getPolicyArg

Policy getPolicyArg()
Getter for the policyArg property. Policy to create documentation 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.

getDocumentationRet

PolicyDocumentation getDocumentationRet()
Getter for the documentationRet property. Type containing policy documentation

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

setDocumentationRet

void setDocumentationRet(PolicyDocumentation documentationRet)
Setter for the documentationRet property. * @see #getDocumentationRet

Parameters:
documentationRet - new value for property.