Class AncillaryEntryResponse
java.lang.Object
de.hybris.platform.coretransportwebservicescommons.dto.cart.ancillary.AncillaryEntryResponse
- All Implemented Interfaces:
Serializable
Representation of an ancillary entry
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTaxes()voidsetBasePrice(Price basePrice) voidsetDiscounts(List<Discount> discounts) voidsetEntryId(Integer entryId) voidsetPassengers(List<String> passengers) voidsetProductCode(String productCode) voidsetQuantity(Integer quantity) voidvoidsetTotalPrice(Price totalPrice) voidsetTransportOfferingCodes(List<String> transportOfferingCodes)
-
Constructor Details
-
AncillaryEntryResponse
public AncillaryEntryResponse()
-
-
Method Details
-
setEntryId
-
getEntryId
-
setProductCode
-
getProductCode
-
setTransportOfferingCodes
-
getTransportOfferingCodes
-
setPassengers
-
getPassengers
-
setQuantity
-
getQuantity
-
setBasePrice
-
getBasePrice
-
setTotalPrice
-
getTotalPrice
-
setTaxes
-
getTaxes
-
setDiscounts
-
getDiscounts
-