public class ProductCharacteristic extends Object implements Serializable
The Class ProductCharacteristic.
| Constructor and Description |
|---|
ProductCharacteristic() |
| Modifier and Type | Method and Description |
|---|---|
ProductCharacteristic |
addDescription(String additionalDescription)
Sets the description.
|
List<String> |
getDescription()
Gets the description.
|
Measure |
getMeasurand()
Gets the measurand.
|
String |
getTypeCode()
Gets the type code.
|
String |
getValue()
Gets the value.
|
ProductCharacteristic |
setMeasurand(Measure measurand)
Sets the measurand.
|
ProductCharacteristic |
setTypeCode(String typeCode)
Sets the type code.
|
ProductCharacteristic |
setValue(String value)
Sets the value.
|
public ProductCharacteristic()
public ProductCharacteristic addDescription(String additionalDescription)
Sets the description.
additionalDescription - the description@NotEmpty public List<String> getDescription()
Gets the description.
public Measure getMeasurand()
Gets the measurand.
@NotBlank public String getTypeCode()
Gets the type code.
public ProductCharacteristic setMeasurand(Measure measurand)
Sets the measurand.
measurand - the measurandpublic ProductCharacteristic setTypeCode(String typeCode)
Sets the type code.
typeCode - the type codepublic ProductCharacteristic setValue(String value)
Sets the value.
value - the valueCopyright © 2014-2016 Konik.io. All Rights Reserved.