com.ail.insurance.quotation.assessrisk
Interface AssessSectionRiskArg

All Superinterfaces:
CommandArg, java.io.Serializable
All Known Implementing Classes:
AssessSectionRiskArgImp, AssessSectionRiskCommand

public interface AssessSectionRiskArg
extends CommandArg

Version:
$Revision: 1.3 $

Method Summary
 AssessmentSheet getAssessmentSheetArgRet()
          Fetch the value of the assessmentsheet argument.
 Core getCoreArg()
          Getter for the coreArg property.
 Policy getPolicyArg()
          Fetch the value of the policy argument.
 Section getSectionArg()
          Fetch the value of the section argument.
 void setAssessmentSheetArgRet(AssessmentSheet assessmentsheet)
          Set the value of the assessmentsheet argument.
 void setCoreArg(Core coreArg)
          Setter for the coreArg property.
 void setPolicyArg(Policy policy)
          Set the value of the policy argument.
 void setSectionArg(Section section)
          Set the value of the section argument.
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Method Detail

getPolicyArg

Policy getPolicyArg()
Fetch the value of the policy argument. $Description$

Returns:
value of policy
See Also:
#setPolicy

setPolicyArg

void setPolicyArg(Policy policy)
Set the value of the policy argument. $Description$

Parameters:
policy - New value for policy argument.
See Also:
#getPolicy

getSectionArg

Section getSectionArg()
Fetch the value of the section argument. The section for which risk should be assessed. This will be one of the section in the policy.

Returns:
value of section
See Also:
#setSection

setSectionArg

void setSectionArg(Section section)
Set the value of the section argument. The section for which risk should be assessed. This will be one of the section in the policy.

Parameters:
section - New value for section argument.
See Also:
#getSection

getAssessmentSheetArgRet

AssessmentSheet getAssessmentSheetArgRet()
Fetch the value of the assessmentsheet argument. The table to which the service should add behaviours.

Returns:
value of assessmentsheet
See Also:
#setAssessmentSheet

setAssessmentSheetArgRet

void setAssessmentSheetArgRet(AssessmentSheet assessmentsheet)
Set the value of the assessmentsheet argument. The table to which the service should add behaviours.

Parameters:
assessmentsheet - New value for assessmentsheet argument.
See Also:
#getAssessmentSheet

getCoreArg

Core getCoreArg()
Getter for the coreArg property. AssessRisk's core for logging, lookups etc.

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

setCoreArg

void setCoreArg(Core coreArg)
Setter for the coreArg property. * @see #getCoreArg

Parameters:
coreArg - new value for property.