java.lang.Object
de.hybris.platform.coreaccommodationwebservicescommons.dto.accommodation.RoomStay
All Implemented Interfaces:
Serializable

public class RoomStay extends Object implements Serializable
See Also:
  • Constructor Details

    • RoomStay

      public RoomStay()
  • Method Details

    • setCheckInDate

      public void setCheckInDate(LocalDate checkInDate)
    • getCheckInDate

      public LocalDate getCheckInDate()
    • setCheckOutDate

      public void setCheckOutDate(LocalDate checkOutDate)
    • getCheckOutDate

      public LocalDate getCheckOutDate()
    • setRatePlans

      public void setRatePlans(List<RatePlan> ratePlans)
    • getRatePlans

      public List<RatePlan> getRatePlans()
    • setRoomTypes

      public void setRoomTypes(List<RoomTypeDetails> roomTypes)
    • getRoomTypes

      public List<RoomTypeDetails> getRoomTypes()