Uses of Class
org.jboss.seam.examples.booking.model.Hotel

Packages that use Hotel
org.jboss.seam.examples.booking.booking   
org.jboss.seam.examples.booking.inventory   
org.jboss.seam.examples.booking.model   
 

Uses of Hotel in org.jboss.seam.examples.booking.booking
 

Methods in org.jboss.seam.examples.booking.booking that return Hotel
 Hotel BookingAgent.getSelectedHotel()
           
 

Uses of Hotel in org.jboss.seam.examples.booking.inventory
 

Methods in org.jboss.seam.examples.booking.inventory that return types with arguments of type Hotel
 List<Hotel> HotelSearch.getHotels()
           
 

Uses of Hotel in org.jboss.seam.examples.booking.model
 

Fields in org.jboss.seam.examples.booking.model with type parameters of type Hotel
static SingularAttribute<Hotel,String> Hotel_.address
           
static SingularAttribute<Hotel,String> Hotel_.city
           
static SingularAttribute<Hotel,String> Hotel_.country
           
static SingularAttribute<Booking,Hotel> Booking_.hotel
           
static SingularAttribute<Hotel,Long> Hotel_.id
           
static SingularAttribute<Hotel,String> Hotel_.name
           
static SingularAttribute<Hotel,BigDecimal> Hotel_.price
           
static SingularAttribute<Hotel,Integer> Hotel_.stars
           
static SingularAttribute<Hotel,String> Hotel_.state
           
static SingularAttribute<Hotel,String> Hotel_.zip
           
 

Methods in org.jboss.seam.examples.booking.model that return Hotel
 Hotel Booking.getHotel()
           
 

Methods in org.jboss.seam.examples.booking.model with parameters of type Hotel
 void Booking.setHotel(Hotel hotel)
           
 

Constructors in org.jboss.seam.examples.booking.model with parameters of type Hotel
Booking(Hotel hotel, User user, int daysFromNow, int nights)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.