Class SeatEntryResponse
java.lang.Object
de.hybris.platform.coretransportwebservicescommons.dto.cart.seat.SeatEntryResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTaxes()voidsetBasePrice(Price basePrice) voidsetDiscounts(List<Discount> discounts) voidsetEntryId(Integer entryId) voidvoidvoidsetTotalPrice(Price totalPrice) voidsetTransportOfferingCode(String transportOfferingCode) voidsetTravellers(List<String> travellers)
-
Constructor Details
-
SeatEntryResponse
public SeatEntryResponse()
-
-
Method Details
-
setEntryId
-
getEntryId
-
setSeatId
-
getSeatId
-
setTransportOfferingCode
-
getTransportOfferingCode
-
setTravellers
-
getTravellers
-
setBasePrice
-
getBasePrice
-
setTotalPrice
-
getTotalPrice
-
setTaxes
-
getTaxes
-
setDiscounts
-
getDiscounts
-