Class Ancillary
java.lang.Object
de.hybris.coretransportwebservicescommons.dto.cart.ancillary.Ancillary
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPassengerRefUids(List<String> passengerRefUids) voidsetPrices(List<AncillaryPricesResponse> prices) voidsetProduct(BasicProduct product) voidsetTransportOfferingRefCodes(List<String> transportOfferingRefCodes) voidsetTravelRestriction(TravelRestriction travelRestriction) voidsetTravelRouteRefCode(String travelRouteRefCode)
-
Constructor Details
-
Ancillary
public Ancillary()
-
-
Method Details
-
setProduct
-
getProduct
-
setTravelRestriction
-
getTravelRestriction
-
setPassengerRefUids
-
getPassengerRefUids
-
setPrices
-
getPrices
-
setTravelRouteRefCode
-
getTravelRouteRefCode
-
setTransportOfferingRefCodes
-
getTransportOfferingRefCodes
-