Class AccommodationServiceEntryResponse
java.lang.Object
de.hybris.platform.coreaccommodationwebservicescommons.dto.cart.AccommodationServiceEntryResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTaxes()voidsetBasePrice(Price basePrice) voidsetDiscounts(List<Discount> discounts) voidsetEntryId(Integer entryId) voidsetProductCode(String productCode) voidsetQuantity(Integer quantity) voidsetRoomStayReferenceNumber(Integer roomStayReferenceNumber) voidvoidsetTotalPrice(Price totalPrice)
-
Constructor Details
-
AccommodationServiceEntryResponse
public AccommodationServiceEntryResponse()
-
-
Method Details
-
setEntryId
-
getEntryId
-
setQuantity
-
getQuantity
-
setRoomStayReferenceNumber
-
getRoomStayReferenceNumber
-
setProductCode
-
getProductCode
-
setBasePrice
-
getBasePrice
-
setTotalPrice
-
getTotalPrice
-
setTaxes
-
getTaxes
-
setDiscounts
-
getDiscounts
-