Class Hotel


  • public class Hotel
    extends Object
    Hotel
    • Constructor Detail

      • Hotel

        public Hotel()
    • Method Detail

      • hotelKey

        public Hotel hotelKey​(String hotelKey)
      • getHotelKey

        public String getHotelKey()
        Get hotelKey
        Returns:
        hotelKey
      • setHotelKey

        public void setHotelKey​(String hotelKey)
      • bookingKey

        public Hotel bookingKey​(String bookingKey)
      • getBookingKey

        public String getBookingKey()
        Get bookingKey
        Returns:
        bookingKey
      • setBookingKey

        public void setBookingKey​(String bookingKey)
      • getName

        public String getName()
        Get name
        Returns:
        name
      • setName

        public void setName​(String name)
      • totalNet

        public Hotel totalNet​(Double totalNet)
      • getTotalNet

        public Double getTotalNet()
        Get totalNet
        Returns:
        totalNet
      • setTotalNet

        public void setTotalNet​(Double totalNet)
      • currency

        public Hotel currency​(String currency)
      • getCurrency

        public String getCurrency()
        Get currency
        Returns:
        currency
      • setCurrency

        public void setCurrency​(String currency)
      • checkInDate

        public Hotel checkInDate​(String checkInDate)
      • getCheckInDate

        public String getCheckInDate()
        Get checkInDate
        Returns:
        checkInDate
      • setCheckInDate

        public void setCheckInDate​(String checkInDate)
      • checkOutDate

        public Hotel checkOutDate​(String checkOutDate)
      • getCheckOutDate

        public String getCheckOutDate()
        Get checkOutDate
        Returns:
        checkOutDate
      • setCheckOutDate

        public void setCheckOutDate​(String checkOutDate)
      • priceChangeIndicator

        public Hotel priceChangeIndicator​(Boolean priceChangeIndicator)
      • isPriceChangeIndicator

        public Boolean isPriceChangeIndicator()
        Get priceChangeIndicator
        Returns:
        priceChangeIndicator
      • setPriceChangeIndicator

        public void setPriceChangeIndicator​(Boolean priceChangeIndicator)
      • addRoomsItem

        public Hotel addRoomsItem​(Room roomsItem)
      • getRooms

        public List<Room> getRooms()
        Get rooms
        Returns:
        rooms
      • setRooms

        public void setRooms​(List<Room> rooms)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object