public class ProductFeatureDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
modifiedPropsSet |
| Constructor and Description |
|---|
ProductFeatureDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
Set<String> |
getModifiedProperties() |
String |
getName() |
String |
getQualifier() |
String |
getUnit() |
String |
getValue() |
void |
setCode(String code) |
void |
setName(String name) |
void |
setQualifier(String qualifier) |
void |
setUnit(String unit) |
void |
setValue(String value) |
public String getQualifier()
public void setQualifier(String qualifier)
qualifier - the qualifier to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getCode()
public void setCode(String code)
code - the code to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic String getUnit()
public void setUnit(String unit)
unit - the unit to setCopyright © 2017 SAP SE. All Rights Reserved.