Class BundleStarterWsDTO

java.lang.Object
de.hybris.platform.configurablebundleocc.dto.BundleStarterWsDTO
All Implemented Interfaces:
Serializable

public class BundleStarterWsDTO extends Object implements Serializable
Mandatory data required to start a bundle. This includes the templateId of the bundle, the productCode, and the quantity of the product itself.
See Also:
  • Constructor Details

    • BundleStarterWsDTO

      public BundleStarterWsDTO()
  • Method Details

    • setTemplateId

      public void setTemplateId(String templateId)
    • getTemplateId

      public String getTemplateId()
    • setProductCode

      public void setProductCode(String productCode)
    • getProductCode

      public String getProductCode()
    • setQuantity

      public void setQuantity(long quantity)
    • getQuantity

      public long getQuantity()