Class RatePlan
java.lang.Object
de.hybris.platform.coretravelbasewebservicescommons.dto.product.Category
de.hybris.platform.coreaccommodationwebservicescommons.dto.accommodation.RatePlan
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRate()voidsetAvailableQuantity(Integer availableQuantity) voidsetBaseRate(Price baseRate) voidsetCancelPenaltyRefCodes(List<String> cancelPenaltyRefCodes) voidsetFormattedDescription(String formattedDescription) voidsetGuaranteeRefCodes(List<String> guaranteeRefCodes) voidsetMaxLengthOfStay(Integer maxLengthOfStay) voidsetMealTypes(List<String> mealTypes) voidsetMinLengthOfStay(Integer minLengthOfStay) voidsetOccupancyRefCodes(List<String> occupancyRefCodes) voidvoidsetRatePlanInclusion(List<RatePlanInclusion> ratePlanInclusion) voidsetRoomRates(List<RoomRate> roomRates) voidsetTotalDiscount(Price totalDiscount) voidsetTotalTax(Price totalTax) Methods inherited from class de.hybris.platform.coretravelbasewebservicescommons.dto.product.Category
getCategoryType, getCode, getName, setCategoryType, setCode, setName
-
Constructor Details
-
RatePlan
public RatePlan()
-
-
Method Details
-
setAvailableQuantity
-
getAvailableQuantity
-
setBaseRate
-
getBaseRate
-
setCancelPenaltyRefCodes
-
getCancelPenaltyRefCodes
-
setFormattedDescription
-
getFormattedDescription
-
setGuaranteeRefCodes
-
getGuaranteeRefCodes
-
setMaxLengthOfStay
-
getMaxLengthOfStay
-
setMealTypes
-
getMealTypes
-
setMinLengthOfStay
-
getMinLengthOfStay
-
setOccupancyRefCodes
-
getOccupancyRefCodes
-
setRate
-
getRate
-
setRatePlanInclusion
-
getRatePlanInclusion
-
setRoomRates
-
getRoomRates
-
setTotalDiscount
-
getTotalDiscount
-
setTotalTax
-
getTotalTax
-