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

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

    • GuestOccupancy

      public GuestOccupancy()
  • Method Details

    • setCode

      public void setCode(String code)
    • getCode

      public String getCode()
    • setGuestType

      public void setGuestType(PassengerType guestType)
    • getGuestType

      public PassengerType getGuestType()
    • setQuantityMax

      public void setQuantityMax(Integer quantityMax)
    • getQuantityMax

      public Integer getQuantityMax()
    • setQuantityMin

      public void setQuantityMin(Integer quantityMin)
    • getQuantityMin

      public Integer getQuantityMin()