Class BundleStarterWsDTO
java.lang.Object
de.hybris.platform.configurablebundleocc.dto.BundleStarterWsDTO
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetProductCode(String productCode) voidsetQuantity(long quantity) voidsetTemplateId(String templateId)
-
Constructor Details
-
BundleStarterWsDTO
public BundleStarterWsDTO()
-
-
Method Details
-
setTemplateId
-
getTemplateId
-
setProductCode
-
getProductCode
-
setQuantity
public void setQuantity(long quantity) -
getQuantity
public long getQuantity()
-