public class ProductClassification extends Object implements Serializable
| Constructor and Description |
|---|
ProductClassification() |
| Modifier and Type | Method and Description |
|---|---|
ProductClassification |
addClassNames(String className)
Adds the class names.
|
Code |
getClassCode()
Gets the class code.
|
List<String> |
getClassNames()
Gets the class names.
|
ProductClassification |
setClassCode(Code value)
Sets the class code.
|
public ProductClassification()
public ProductClassification addClassNames(String className)
Adds the class names.
className - the class name@NotNull public Code getClassCode()
Gets the class code.
@NotEmpty public List<String> getClassNames()
Gets the class names.
public ProductClassification setClassCode(Code value)
Sets the class code.
value - the class codeCopyright © 2014-2016 Konik.io. All Rights Reserved.