public class ProductConfigurationItem extends Object implements Serializable
| Constructor and Description |
|---|
ProductConfigurationItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigId() |
ConfiguratorType |
getConfiguratorType() |
String |
getKey() |
ProductInfoStatus |
getStatus() |
Serializable |
getValue() |
void |
setConfigId(String configId) |
void |
setConfiguratorType(ConfiguratorType configuratorType) |
void |
setKey(String key) |
void |
setStatus(ProductInfoStatus status) |
void |
setValue(Serializable value) |
public void setKey(String key)
public String getKey()
public void setValue(Serializable value)
public Serializable getValue()
public void setStatus(ProductInfoStatus status)
public ProductInfoStatus getStatus()
public void setConfiguratorType(ConfiguratorType configuratorType)
public ConfiguratorType getConfiguratorType()
public void setConfigId(String configId)
public String getConfigId()
Copyright © 2017 SAP SE. All Rights Reserved.