Class C360CartEntryWsDTO

java.lang.Object
de.hybris.platform.assistedservicewebservices.dto.C360CartEntryWsDTO
All Implemented Interfaces:
Serializable

public class C360CartEntryWsDTO extends Object implements Serializable
Representation of a Cart Entry
See Also:
  • Constructor Details

    • C360CartEntryWsDTO

      public C360CartEntryWsDTO()
  • Method Details

    • setQuantity

      public void setQuantity(Long quantity)
    • getQuantity

      public Long getQuantity()
    • setBasePrice

      public void setBasePrice(String basePrice)
    • getBasePrice

      public String getBasePrice()
    • setTotalPrice

      public void setTotalPrice(String totalPrice)
    • getTotalPrice

      public String getTotalPrice()
    • setProductCode

      public void setProductCode(String productCode)
    • getProductCode

      public String getProductCode()