Package com.tuscanyscatours.hotel

Examples of com.tuscanyscatours.hotel.HotelInfo


    @Callback
    protected SearchCallback searchCallback;

    @Init
    public void init() {
        hotels.add(new HotelInfo("Deep Bay Hotel", "Wonderful sea views and a relaxed atmosphere", "FLR", "06/12/09",
                                 "200", 100, "EUR", "http://localhost:8085/tbd"));
        hotels.add(new HotelInfo("Long Bay Hotel", "Friendly staff and an ocean breeze", "FLR", "06/12/09", "200", 100,
                                 "EUR", "http://localhost:8085/tbd"));
        hotels.add(new HotelInfo("City Hotel", "Smart rooms and early breakfasts", "FLR", "06/12/09", "200", 100,
                                 "EUR", "http://localhost:8085/tbd"));
        hotels.add(new HotelInfo("County Hotel", "The smell of the open country", "FLR", "06/12/09", "200", 100, "EUR",
                                 "http://localhost:8085/tbd"));
    }
View Full Code Here

TOP

Related Classes of com.tuscanyscatours.hotel.HotelInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.