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 javax.persistence.metamodel.SingularAttribute<Hotel,String> Hotel_.address
           
static javax.persistence.metamodel.SingularAttribute<Hotel,String> Hotel_.city
           
static javax.persistence.metamodel.SingularAttribute<Hotel,String> Hotel_.country
           
static javax.persistence.metamodel.SingularAttribute<Booking,Hotel> Booking_.hotel
           
static javax.persistence.metamodel.SingularAttribute<Hotel,Long> Hotel_.id
           
static javax.persistence.metamodel.SingularAttribute<Hotel,String> Hotel_.name
           
static javax.persistence.metamodel.SingularAttribute<Hotel,BigDecimal> Hotel_.price
           
static javax.persistence.metamodel.SingularAttribute<Hotel,Integer> Hotel_.stars
           
static javax.persistence.metamodel.SingularAttribute<Hotel,String> Hotel_.state
           
static javax.persistence.metamodel.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.