public class ProductClassification extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Code |
classCode |
protected List<String> |
classNames |
| Constructor and Description |
|---|
ProductClassification() |
| Modifier and Type | Method and Description |
|---|---|
ProductClassification |
addClassNames(String className)
|
Code |
getClassCode()
|
List<String> |
getClassNames()
|
void |
setClassCode(Code value)
|
@NotEmpty protected List<String> classNames
public ProductClassification()
public ProductClassification addClassNames(String className)
Adds the class names.
className - the class namepublic Code getClassCode()
Gets the class code.
public List<String> getClassNames()
Gets the class names.
public void setClassCode(Code value)
Sets the class code.
value - the class codeCopyright © 2014 Konik.io. All Rights Reserved.