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

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

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

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.answers that return Supplement
 Supplement SupplementPrice.getSupplement()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.answers with parameters of type Supplement
 void SupplementPrice.setSupplement(Supplement supplement)
           
 

Constructors in com.xtravelsystem.online.published.V1_0RC1.hotel.answers with parameters of type Supplement
SupplementPrice(Supplement supplement, java.util.Date fromDate, java.util.Date toDate, java.lang.String applyTo, double percentage, com.jumbotours.disponibility.Amount amount)