Uses of Class
com.xtravelsystem.online.published.V1_0RC1.hotel.answers.PropertiesGroup

Packages that use PropertiesGroup
com.xtravelsystem.online.published.V1_0RC1.hotel.answers   
 

Uses of PropertiesGroup in com.xtravelsystem.online.published.V1_0RC1.hotel.answers
 

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.answers that return PropertiesGroup
 PropertiesGroup[] EstablishmentDataRS.getPropertiesGroups()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.answers with parameters of type PropertiesGroup
 void EstablishmentDataRS.setPropertiesGroups(PropertiesGroup[] propertiesGroups)
           
 

Constructors in com.xtravelsystem.online.published.V1_0RC1.hotel.answers with parameters of type PropertiesGroup
EstablishmentDataRS(java.lang.String id, java.util.Date date, java.lang.String name, java.lang.String shortDescription, java.lang.String longDescription, com.jumbotours.disponibility.answers.Address address, PropertiesGroup[] propertiesGroups)