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