java.lang.Object
de.hybris.platform.coretransportwebservicescommons.dto.cart.ancillary.AncillaryEntryResponse
All Implemented Interfaces:
Serializable

public class AncillaryEntryResponse extends Object implements Serializable
Representation of an ancillary entry
See Also:
  • Constructor Details

    • AncillaryEntryResponse

      public AncillaryEntryResponse()
  • Method Details

    • setEntryId

      public void setEntryId(Integer entryId)
    • getEntryId

      public Integer getEntryId()
    • setProductCode

      public void setProductCode(String productCode)
    • getProductCode

      public String getProductCode()
    • setTransportOfferingCodes

      public void setTransportOfferingCodes(List<String> transportOfferingCodes)
    • getTransportOfferingCodes

      public List<String> getTransportOfferingCodes()
    • setPassengers

      public void setPassengers(List<String> passengers)
    • getPassengers

      public List<String> getPassengers()
    • setQuantity

      public void setQuantity(Integer quantity)
    • getQuantity

      public Integer getQuantity()
    • setBasePrice

      public void setBasePrice(Price basePrice)
    • getBasePrice

      public Price getBasePrice()
    • setTotalPrice

      public void setTotalPrice(Price totalPrice)
    • getTotalPrice

      public Price getTotalPrice()
    • setTaxes

      public void setTaxes(List<Tax> taxes)
    • getTaxes

      public List<Tax> getTaxes()
    • setDiscounts

      public void setDiscounts(List<Discount> discounts)
    • getDiscounts

      public List<Discount> getDiscounts()