public class ClassificationModel
extends java.lang.Object
Constructor and Description |
---|
ClassificationModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProductCode()
Getter for productCode
The product code of an item in a given system.
|
java.lang.String |
getSystemCode()
Getter for systemCode
The system code in which the product belongs.
|
void |
setProductCode(java.lang.String value)
Setter for productCode
The product code of an item in a given system.
|
void |
setSystemCode(java.lang.String value)
Setter for systemCode
The system code in which the product belongs.
|
java.lang.String |
toString()
Returns a JSON string representation of ClassificationModel
|
public java.lang.String getProductCode()
public void setProductCode(java.lang.String value)
public java.lang.String getSystemCode()
public void setSystemCode(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object