public class BundleTemplateData extends Object implements Serializable
| Constructor and Description |
|---|
BundleTemplateData() |
| Modifier and Type | Method and Description |
|---|---|
List<BundleBoxData> |
getBundleBoxes() |
List<BundleTemplateData> |
getBundleTemplates() |
String |
getId() |
int |
getMaxItemsAllowed() |
String |
getName() |
List<ProductData> |
getProducts() |
String |
getType() |
String |
getVersion() |
void |
setBundleBoxes(List<BundleBoxData> bundleBoxes) |
void |
setBundleTemplates(List<BundleTemplateData> bundleTemplates) |
void |
setId(String id) |
void |
setMaxItemsAllowed(int maxItemsAllowed) |
void |
setName(String name) |
void |
setProducts(List<ProductData> products) |
void |
setType(String type) |
void |
setVersion(String version) |
public void setId(String id)
public String getId()
public void setName(String name)
public String getName()
public void setType(String type)
public String getType()
public void setVersion(String version)
public String getVersion()
public void setBundleTemplates(List<BundleTemplateData> bundleTemplates)
public List<BundleTemplateData> getBundleTemplates()
public void setProducts(List<ProductData> products)
public List<ProductData> getProducts()
public void setMaxItemsAllowed(int maxItemsAllowed)
public int getMaxItemsAllowed()
public void setBundleBoxes(List<BundleBoxData> bundleBoxes)
public List<BundleBoxData> getBundleBoxes()
Copyright © 2017 SAP SE. All Rights Reserved.