Class AccommodationServiceEntryResponse

java.lang.Object
de.hybris.platform.coreaccommodationwebservicescommons.dto.cart.AccommodationServiceEntryResponse
All Implemented Interfaces:
Serializable

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

    • AccommodationServiceEntryResponse

      public AccommodationServiceEntryResponse()
  • Method Details

    • setEntryId

      public void setEntryId(Integer entryId)
    • getEntryId

      public Integer getEntryId()
    • setQuantity

      public void setQuantity(Integer quantity)
    • getQuantity

      public Integer getQuantity()
    • setRoomStayReferenceNumber

      public void setRoomStayReferenceNumber(Integer roomStayReferenceNumber)
    • getRoomStayReferenceNumber

      public Integer getRoomStayReferenceNumber()
    • setProductCode

      public void setProductCode(String productCode)
    • getProductCode

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