Class BundleStarterWsDTO
- java.lang.Object
-
- de.hybris.platform.configurablebundleocc.dto.BundleStarterWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class BundleStarterWsDTO extends java.lang.Object implements java.io.SerializableMandatory data required to start a bundle. This includes the templateId of the bundle, the productCode, and the quantity of the product itself.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BundleStarterWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetProductCode()longgetQuantity()java.lang.StringgetTemplateId()voidsetProductCode(java.lang.String productCode)voidsetQuantity(long quantity)voidsetTemplateId(java.lang.String templateId)
-
-
-
Method Detail
-
setTemplateId
public void setTemplateId(java.lang.String templateId)
-
getTemplateId
public java.lang.String getTemplateId()
-
setProductCode
public void setProductCode(java.lang.String productCode)
-
getProductCode
public java.lang.String getProductCode()
-
setQuantity
public void setQuantity(long quantity)
-
getQuantity
public long getQuantity()
-
-