java.lang.Object
de.hybris.platform.coretransportwebservicescommons.dto.cart.seat.SeatEntryResponse
All Implemented Interfaces:
Serializable

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

    • SeatEntryResponse

      public SeatEntryResponse()
  • Method Details

    • setEntryId

      public void setEntryId(Integer entryId)
    • getEntryId

      public Integer getEntryId()
    • setSeatId

      public void setSeatId(String seatId)
    • getSeatId

      public String getSeatId()
    • setTransportOfferingCode

      public void setTransportOfferingCode(String transportOfferingCode)
    • getTransportOfferingCode

      public String getTransportOfferingCode()
    • setTravellers

      public void setTravellers(List<String> travellers)
    • getTravellers

      public List<String> getTravellers()
    • 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()