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

Packages that use Section
com.ail.insurance.policy   
com.ail.insurance.quotation.assessrisk   
 

Uses of Section in com.ail.insurance.policy
 

Methods in com.ail.insurance.policy that return Section
 Section Policy.getSection(int i)
          Get the instance of section at a specific index from the collection of Section objects associated with this policy.
 Section Policy.getSectionById(java.lang.String sectionId)
          Fetch a reference to a section by its ID.
 

Methods in com.ail.insurance.policy that return types with arguments of type Section
 java.util.List<Section> Policy.getSection()
          Fetch the collection of section objects associated with this instance.
 java.util.List<Section> Policy.getSectionByTypeId(java.lang.String sectionTypeId)
          Fetch a collection of reference to sections of a specific type in this policy.
 

Methods in com.ail.insurance.policy with parameters of type Section
 void Policy.addSection(Section section)
          Add a section to the collection associated with this policy.
 void Policy.removeSection(Section section)
          Remove a specific instance of Asset from the collection associated with this object.
 

Method parameters in com.ail.insurance.policy with type arguments of type Section
 void Policy.setSection(java.util.List<Section> section)
          Set the collection of instances of Section associated with this object.
 

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

Methods in com.ail.insurance.quotation.assessrisk that return Section
 Section AssessSectionRiskCommand.getSectionArg()
          Fetch the value of the section argument.
 Section AssessSectionRiskArgImp.getSectionArg()
          Fetch the value of the section argument.
 Section AssessSectionRiskArg.getSectionArg()
          Fetch the value of the section argument.
 

Methods in com.ail.insurance.quotation.assessrisk with parameters of type Section
 void AssessSectionRiskCommand.setSectionArg(Section section)
          Set the value of the section argument.
 void AssessSectionRiskArgImp.setSectionArg(Section section)
          Set the value of the section argument.
 void AssessSectionRiskArg.setSectionArg(Section section)
          Set the value of the section argument.