public class ProductCharacteristic extends Object
The Class ProductCharacteristic.
| Constructor and Description |
|---|
ProductCharacteristic() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDescription()
|
Measure |
getMeasurand()
|
String |
getTypeCode()
|
String |
getValue()
|
void |
setDescription(List<String> description)
|
void |
setMeasurand(Measure measurand)
|
void |
setTypeCode(String typeCode)
|
void |
setValue(String value)
|
public ProductCharacteristic()
public List<String> getDescription()
Gets the description.
public Measure getMeasurand()
Gets the measurand.
public String getTypeCode()
Gets the type code.
public void setDescription(List<String> description)
Sets the description.
description - the descriptionpublic void setMeasurand(Measure measurand)
Sets the measurand.
measurand - the measurandpublic void setTypeCode(String typeCode)
Sets the type code.
typeCode - the type codeCopyright © 2014 Konik.io. All Rights Reserved.