@Entity public class RoomCategoryEntity extends Object
| Constructor and Description |
|---|
RoomCategoryEntity() |
public Long getId()
public void setId(Long id)
public String getGuestRoomId()
public void setGuestRoomId(String guestRoomId)
public String getCode()
public void setCode(String code)
public Integer getMinOccupancy()
public void setMinOccupancy(Integer minOccupancy)
public Integer getMaxOccupancy()
public void setMaxOccupancy(Integer maxOccupancy)
public Integer getMaxChildOccupancy()
public void setMaxChildOccupancy(Integer maxChildOccupancy)
public List<RoomEntity> getRooms()
public void setRooms(List<RoomEntity> rooms)
public TypeRoomEntity getTypeRoom()
public void setTypeRoom(TypeRoomEntity typeRoom)
public List<RoomAmenityCodeEntity> getRoomAmenityCodes()
public void setRoomAmenityCodes(List<RoomAmenityCodeEntity> roomAmenityCodes)
public List<TextItemDescriptionEntity> getLongNames()
public void setLongNames(List<TextItemDescriptionEntity> longNames)
public List<TextItemDescriptionEntity> getDescriptions()
public void setDescriptions(List<TextItemDescriptionEntity> descriptions)
public List<ImageItemEntity> getPictures()
public void setPictures(List<ImageItemEntity> pictures)
public List<ImageItemEntity> getHotelInfoPictures()
public void setHotelInfoPictures(List<ImageItemEntity> hotelInfoPictures)
Copyright © 2019 IDM Südtirol - Alto Adige. All rights reserved.