Uses of Class
com.xtravelsystem.online.published.V1_0RC1.common.Section

Packages that use Section
com.xtravelsystem.online.published.V1_0RC1.common   
com.xtravelsystem.online.published.V1_0RC1.common.answers   
 

Uses of Section in com.xtravelsystem.online.published.V1_0RC1.common
 

Methods in com.xtravelsystem.online.published.V1_0RC1.common with parameters of type Section
 int Section.compareTo(Section sectionNew)
           
 

Uses of Section in com.xtravelsystem.online.published.V1_0RC1.common.answers
 

Methods in com.xtravelsystem.online.published.V1_0RC1.common.answers that return Section
 Section[] GetSectionsRS.getSections()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.common.answers with parameters of type Section
 void GetSectionsRS.setSections(Section[] sections)