Class AddProductToCartData

java.lang.Object
de.hybris.platform.prosfacades.order.AddProductToCartData
All Implemented Interfaces:
Serializable

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

    • AddProductToCartData

      public AddProductToCartData()
  • Method Details

    • setProductId

      public void setProductId(String productId)
    • getProductId

      public String getProductId()
    • setQuantity

      public void setQuantity(Long quantity)
    • getQuantity

      public Long getQuantity()
    • setBundleNo

      public void setBundleNo(Integer bundleNo)
    • getBundleNo

      public Integer getBundleNo()
    • setTransportOfferingCodes

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

      public List<String> getTransportOfferingCodes()
    • setBundleTemplateId

      public void setBundleTemplateId(String bundleTemplateId)
    • getBundleTemplateId

      public String getBundleTemplateId()
    • setTravellerData

      public void setTravellerData(TravellerData travellerData)
    • getTravellerData

      public TravellerData getTravellerData()
    • setPriceLevel

      public void setPriceLevel(PriceLevel priceLevel)
    • getPriceLevel

      public PriceLevel getPriceLevel()
    • setActive

      public void setActive(Boolean active)
    • getActive

      public Boolean getActive()
    • setAmendStatus

      public void setAmendStatus(AmendStatus amendStatus)
    • getAmendStatus

      public AmendStatus getAmendStatus()
    • setOriginDestinationRefNumber

      public void setOriginDestinationRefNumber(Integer originDestinationRefNumber)
    • getOriginDestinationRefNumber

      public Integer getOriginDestinationRefNumber()
    • setSolutionId

      public void setSolutionId(Integer solutionId)
    • getSolutionId

      public Integer getSolutionId()