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