java.lang.Object
de.hybris.platform.commercefacades.travel.reservation.data.OfferBreakdownData
All Implemented Interfaces:
Serializable

public class OfferBreakdownData extends Object implements Serializable
See Also:
  • Constructor Details

    • OfferBreakdownData

      public OfferBreakdownData()
  • Method Details

    • setProduct

      public void setProduct(ProductData product)
    • getProduct

      public ProductData getProduct()
    • setQuantity

      public void setQuantity(Integer quantity)
    • getQuantity

      public Integer getQuantity()
    • setTotalFare

      public void setTotalFare(TotalFareData totalFare)
    • getTotalFare

      public TotalFareData getTotalFare()
    • setIncluded

      public void setIncluded(Boolean included)
    • getIncluded

      public Boolean getIncluded()