Uses of Class
com.ail.insurance.policy.Policy

Packages that use Policy
com.ail.insurance.acceptance   
com.ail.insurance.acceptance.acceptquotation   
com.ail.insurance.policy   
com.ail.insurance.quotation.addpolicynumber   
com.ail.insurance.quotation.addquotenumber   
com.ail.insurance.quotation.assessrisk   
com.ail.insurance.quotation.calculatebrokerage   
com.ail.insurance.quotation.calculatecommission   
com.ail.insurance.quotation.calculatemanagementcharge   
com.ail.insurance.quotation.calculatepremium   
com.ail.insurance.quotation.calculatetax   
com.ail.insurance.quotation.enforcecompliance   
com.ail.insurance.quotation.generatedocument   
com.ail.insurance.quotation.notifyparty   
com.ail.insurance.quotation.refreshassessmentsheets   
 

Uses of Policy in com.ail.insurance.acceptance
 

Methods in com.ail.insurance.acceptance that return Policy
 Policy ProduceDocumentationCommand.getPolicyArg()
          Getter for the policyArg property.
 Policy ProduceDocumentationArgImp.getPolicyArg()
          Getter for the policyArg property.
 Policy ProduceDocumentationArg.getPolicyArg()
          Getter for the policyArg property.
 Policy CollectPremiumCommand.getPolicyArg()
          Getter for the policyArg property.
 Policy CollectPremiumArgImp.getPolicyArg()
          Getter for the policyArg property.
 Policy CollectPremiumArg.getPolicyArg()
          Getter for the policyArg property.
 Policy AssessPaymentOptionsCommand.getPolicyArg()
          Getter for the policyArg property.
 Policy AssessPaymentOptionsArgImp.getPolicyArg()
          Getter for the policyArg property.
 Policy AssessPaymentOptionsArg.getPolicyArg()
          Getter for the policyArg property.
 Policy PutOnRiskCommand.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy PutOnRiskArgImp.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy PutOnRiskArg.getPolicyArgRet()
          Getter for the policyArgRet property.
 

Methods in com.ail.insurance.acceptance with parameters of type Policy
 void ProduceDocumentationCommand.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void ProduceDocumentationArgImp.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void ProduceDocumentationArg.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void CollectPremiumCommand.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void CollectPremiumArgImp.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void CollectPremiumArg.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void AssessPaymentOptionsCommand.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void AssessPaymentOptionsArgImp.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void AssessPaymentOptionsArg.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void PutOnRiskCommand.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void PutOnRiskArgImp.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void PutOnRiskArg.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 

Uses of Policy in com.ail.insurance.acceptance.acceptquotation
 

Methods in com.ail.insurance.acceptance.acceptquotation that return Policy
 Policy AcceptQuotationCommand.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy AcceptQuotationArgImp.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy AcceptQuotationArg.getPolicyArgRet()
          Getter for the policyArgRet property.
 

Methods in com.ail.insurance.acceptance.acceptquotation with parameters of type Policy
 void AcceptQuotationCommand.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void AcceptQuotationArgImp.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void AcceptQuotationArg.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 

Uses of Policy in com.ail.insurance.policy
 

Methods in com.ail.insurance.policy that return Policy
 Policy Contract.getPolicy(int i)
          Fetch a spacific com.ail.insurance.policy.Policy from the collection by index number.
 

Methods in com.ail.insurance.policy that return types with arguments of type Policy
 java.util.Collection<Policy> Contract.getPolicy()
          Get the collection of instances of com.ail.insurance.policy.Policy associated with this object.
 

Methods in com.ail.insurance.policy with parameters of type Policy
 void Contract.addPolicy(Policy policy)
          Add an instance of com.ail.insurance.policy.Policy to the list associated with this object.
 void Contract.removePolicy(Policy policy)
          Remove the specified instance of com.ail.insurance.policy.Policy from the list.
 

Method parameters in com.ail.insurance.policy with type arguments of type Policy
 void Contract.setPolicy(java.util.Collection<Policy> policy)
          Set the collection of instances of com.ail.insurance.policy.Policy associated with this object.
 

Constructors in com.ail.insurance.policy with parameters of type Policy
AssessmentSheetList(Policy policy)
           
 

Uses of Policy in com.ail.insurance.quotation.addpolicynumber
 

Methods in com.ail.insurance.quotation.addpolicynumber that return Policy
 Policy GeneratePolicyNumberRuleCommand.getPolicyArg()
          Getter for the policyArg property.
 Policy GeneratePolicyNumberRuleArgImp.getPolicyArg()
          Getter for the policyArg property.
 Policy GeneratePolicyNumberRuleArg.getPolicyArg()
          Getter for the policyArg property.
 Policy AddPolicyNumberCommand.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy AddPolicyNumberArgImp.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy AddPolicyNumberArg.getPolicyArgRet()
          Getter for the policyArgRet property.
 

Methods in com.ail.insurance.quotation.addpolicynumber with parameters of type Policy
 void GeneratePolicyNumberRuleCommand.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void GeneratePolicyNumberRuleArgImp.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void GeneratePolicyNumberRuleArg.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void AddPolicyNumberCommand.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void AddPolicyNumberArgImp.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void AddPolicyNumberArg.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 

Uses of Policy in com.ail.insurance.quotation.addquotenumber
 

Methods in com.ail.insurance.quotation.addquotenumber that return Policy
 Policy GenerateQuoteNumberRuleCommand.getPolicyArg()
          Getter for the policyArg property.
 Policy GenerateQuoteNumberRuleArgImp.getPolicyArg()
          Getter for the policyArg property.
 Policy GenerateQuoteNumberRuleArg.getPolicyArg()
          Getter for the policyArg property.
 Policy AddQuoteNumberCommand.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy AddQuoteNumberArgImp.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy AddQuoteNumberArg.getPolicyArgRet()
          Getter for the policyArgRet property.
 

Methods in com.ail.insurance.quotation.addquotenumber with parameters of type Policy
 void GenerateQuoteNumberRuleCommand.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void GenerateQuoteNumberRuleArgImp.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void GenerateQuoteNumberRuleArg.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void AddQuoteNumberCommand.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void AddQuoteNumberArgImp.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void AddQuoteNumberArg.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 

Uses of Policy in com.ail.insurance.quotation.assessrisk
 

Methods in com.ail.insurance.quotation.assessrisk that return Policy
 Policy AssessSectionRiskCommand.getPolicyArg()
          Fetch the value of the policy argument.
 Policy AssessSectionRiskArgImp.getPolicyArg()
          Fetch the value of the policy argument.
 Policy AssessSectionRiskArg.getPolicyArg()
          Fetch the value of the policy argument.
 Policy AssessPolicyRiskCommand.getPolicyArg()
          Fetch the value of the policy argument.
 Policy AssessPolicyRiskArgImp.getPolicyArg()
          Fetch the value of the policy argument.
 Policy AssessPolicyRiskArg.getPolicyArg()
          Fetch the value of the policy argument.
 Policy AssessRiskCommand.getPolicyArgRet()
          Fetch the value of the policy argument.
 Policy AssessRiskArgImp.getPolicyArgRet()
          Fetch the value of the policy argument.
 Policy AssessRiskArg.getPolicyArgRet()
          Fetch the value of the policy argument.
 

Methods in com.ail.insurance.quotation.assessrisk with parameters of type Policy
 void AssessSectionRiskCommand.setPolicyArg(Policy policy)
          Set the value of the policy argument.
 void AssessSectionRiskArgImp.setPolicyArg(Policy policy)
          Set the value of the policy argument.
 void AssessSectionRiskArg.setPolicyArg(Policy policy)
          Set the value of the policy argument.
 void AssessPolicyRiskCommand.setPolicyArg(Policy policyArg)
          Set the value of the policy argument.
 void AssessPolicyRiskArgImp.setPolicyArg(Policy policyArg)
          Set the value of the policy argument.
 void AssessPolicyRiskArg.setPolicyArg(Policy policy)
          Set the value of the policy argument.
 void AssessRiskCommand.setPolicyArgRet(Policy policyArgRet)
          Set the value of the policy argument.
 void AssessRiskArgImp.setPolicyArgRet(Policy policyArgRet)
          Set the value of the policy argument.
 void AssessRiskArg.setPolicyArgRet(Policy policy)
          Set the value of the policy argument.
 

Uses of Policy in com.ail.insurance.quotation.calculatebrokerage
 

Methods in com.ail.insurance.quotation.calculatebrokerage that return Policy
 Policy CalculatePolicyBrokerageCommand.getPolicyArg()
          Getter for the policyArg property.
 Policy CalculatePolicyBrokerageArgImp.getPolicyArg()
          Getter for the policyArg property.
 Policy CalculatePolicyBrokerageArg.getPolicyArg()
          Getter for the policyArg property.
 Policy CalculateBrokerageCommand.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy CalculateBrokerageArgImp.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy CalculateBrokerageArg.getPolicyArgRet()
          Getter for the policyArgRet property.
 

Methods in com.ail.insurance.quotation.calculatebrokerage with parameters of type Policy
 void CalculatePolicyBrokerageCommand.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void CalculatePolicyBrokerageArgImp.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void CalculatePolicyBrokerageArg.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void CalculateBrokerageCommand.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void CalculateBrokerageArgImp.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void CalculateBrokerageArg.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 

Uses of Policy in com.ail.insurance.quotation.calculatecommission
 

Methods in com.ail.insurance.quotation.calculatecommission that return Policy
 Policy CalculatePolicyCommissionCommand.getPolicyArg()
          Getter for the policyArg property.
 Policy CalculatePolicyCommissionArgImp.getPolicyArg()
          Getter for the policyArg property.
 Policy CalculatePolicyCommissionArg.getPolicyArg()
          Getter for the policyArg property.
 Policy CalculateCommissionCommand.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy CalculateCommissionArgImp.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy CalculateCommissionArg.getPolicyArgRet()
          Getter for the policyArgRet property.
 

Methods in com.ail.insurance.quotation.calculatecommission with parameters of type Policy
 void CalculatePolicyCommissionCommand.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void CalculatePolicyCommissionArgImp.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void CalculatePolicyCommissionArg.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void CalculateCommissionCommand.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void CalculateCommissionArgImp.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void CalculateCommissionArg.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 

Uses of Policy in com.ail.insurance.quotation.calculatemanagementcharge
 

Methods in com.ail.insurance.quotation.calculatemanagementcharge that return Policy
 Policy CalculatePolicyMgmtChgCommand.getPolicyArg()
          Getter for the policyArg property.
 Policy CalculatePolicyMgmtChgArgImp.getPolicyArg()
          Getter for the policyArg property.
 Policy CalculatePolicyMgmtChgArg.getPolicyArg()
          Getter for the policyArg property.
 Policy CalculateManagementChargeCommand.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy CalculateManagementChargeArgImp.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy CalculateManagementChargeArg.getPolicyArgRet()
          Getter for the policyArgRet property.
 

Methods in com.ail.insurance.quotation.calculatemanagementcharge with parameters of type Policy
 void CalculatePolicyMgmtChgCommand.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void CalculatePolicyMgmtChgArgImp.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void CalculatePolicyMgmtChgArg.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void CalculateManagementChargeCommand.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void CalculateManagementChargeArgImp.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void CalculateManagementChargeArg.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 

Uses of Policy in com.ail.insurance.quotation.calculatepremium
 

Methods in com.ail.insurance.quotation.calculatepremium that return Policy
 Policy CalculatePremiumCommand.getPolicyArgRet()
          Fetch the value of the policy argument.
 Policy CalculatePremiumArgImp.getPolicyArgRet()
          Fetch the value of the policy argument.
 Policy CalculatePremiumArg.getPolicyArgRet()
          Fetch the value of the policy argument.
 

Methods in com.ail.insurance.quotation.calculatepremium with parameters of type Policy
 void CalculatePremiumCommand.setPolicyArgRet(Policy policyArgRet)
          Set the value of the policy argument.
 void CalculatePremiumArgImp.setPolicyArgRet(Policy policyArgRet)
          Set the value of the policy argument.
 void CalculatePremiumArg.setPolicyArgRet(Policy policyArgRet)
          Set the value of the policy argument.
 

Uses of Policy in com.ail.insurance.quotation.calculatetax
 

Methods in com.ail.insurance.quotation.calculatetax that return Policy
 Policy CalculatePolicyTaxCommand.getPolicyArg()
          Getter for the policyArg property.
 Policy CalculatePolicyTaxArgImp.getPolicyArg()
          Getter for the policyArg property.
 Policy CalculatePolicyTaxArg.getPolicyArg()
          Getter for the policyArg property.
 Policy CalculateTaxCommand.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy CalculateTaxArgImp.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy CalculateTaxArg.getPolicyArgRet()
          Getter for the policyArgRet property.
 

Methods in com.ail.insurance.quotation.calculatetax with parameters of type Policy
 void CalculatePolicyTaxCommand.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void CalculatePolicyTaxArgImp.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void CalculatePolicyTaxArg.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void CalculateTaxCommand.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void CalculateTaxArgImp.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void CalculateTaxArg.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 

Uses of Policy in com.ail.insurance.quotation.enforcecompliance
 

Methods in com.ail.insurance.quotation.enforcecompliance that return Policy
 Policy EnforcePolicyComplianceCommand.getPolicyArg()
          Getter for the policyArg property.
 Policy EnforcePolicyComplianceArgImp.getPolicyArg()
          Getter for the policyArg property.
 Policy EnforcePolicyComplianceArg.getPolicyArg()
          Getter for the policyArg property.
 Policy EnforceComplianceCommand.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy EnforceComplianceArgImp.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy EnforceComplianceArg.getPolicyArgRet()
          Getter for the policyArgRet property.
 

Methods in com.ail.insurance.quotation.enforcecompliance with parameters of type Policy
 void EnforcePolicyComplianceCommand.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void EnforcePolicyComplianceArgImp.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void EnforcePolicyComplianceArg.setPolicyArg(Policy policyArg)
          Setter for the policyArg property.
 void EnforceComplianceCommand.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void EnforceComplianceArgImp.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void EnforceComplianceArg.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 

Uses of Policy in com.ail.insurance.quotation.generatedocument
 

Methods in com.ail.insurance.quotation.generatedocument that return Policy
 Policy GenerateDocumentCommand.getPolicyArg()
           
 Policy GenerateDocumentArgImp.getPolicyArg()
           
 Policy GenerateDocumentArg.getPolicyArg()
          The policy for which a quotation is to be generated.
 

Methods in com.ail.insurance.quotation.generatedocument with parameters of type Policy
 void GenerateDocumentCommand.setPolicyArg(Policy policyArg)
           
 void GenerateDocumentArgImp.setPolicyArg(Policy policyArg)
           
 void GenerateDocumentArg.setPolicyArg(Policy policyArg)
           
 

Uses of Policy in com.ail.insurance.quotation.notifyparty
 

Methods in com.ail.insurance.quotation.notifyparty that return Policy
 Policy NotifyPartyCommand.getPolicyArg()
          
 Policy NotifyPartyArgImp.getPolicyArg()
          
 Policy NotifyPartyArg.getPolicyArg()
           
 

Methods in com.ail.insurance.quotation.notifyparty with parameters of type Policy
 void NotifyPartyCommand.setPolicyArg(Policy policyArg)
          
 void NotifyPartyArgImp.setPolicyArg(Policy policyArg)
          
 void NotifyPartyArg.setPolicyArg(Policy policyArg)
           
 

Uses of Policy in com.ail.insurance.quotation.refreshassessmentsheets
 

Methods in com.ail.insurance.quotation.refreshassessmentsheets that return Policy
 Policy RefreshAssessmentSheetsCommand.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy RefreshAssessmentSheetsArgImp.getPolicyArgRet()
          Getter for the policyArgRet property.
 Policy RefreshAssessmentSheetsArg.getPolicyArgRet()
          Getter for the policyArgRet property.
 

Methods in com.ail.insurance.quotation.refreshassessmentsheets with parameters of type Policy
 void RefreshAssessmentSheetsCommand.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void RefreshAssessmentSheetsArgImp.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.
 void RefreshAssessmentSheetsArg.setPolicyArgRet(Policy policyArgRet)
          Setter for the policyArgRet property.