public class ItemClassificationOutputModel
extends java.lang.Object
Constructor and Description |
---|
ItemClassificationOutputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getId()
Getter for id
The unique ID number of this product.
|
java.lang.Long |
getItemId()
Getter for itemId
The unique ID number of the item this product belongs to.
|
java.lang.String |
getProductCode()
Getter for productCode
A unique code representing this item.
|
java.lang.String |
getSystemCode()
Getter for systemCode
A unique code representing this item.
|
java.lang.Integer |
getSystemId()
Getter for systemId
The system id which the product belongs.
|
void |
setId(java.lang.Long value)
Setter for id
The unique ID number of this product.
|
void |
setItemId(java.lang.Long value)
Setter for itemId
The unique ID number of the item this product belongs to.
|
void |
setProductCode(java.lang.String value)
Setter for productCode
A unique code representing this item.
|
void |
setSystemCode(java.lang.String value)
Setter for systemCode
A unique code representing this item.
|
void |
setSystemId(java.lang.Integer value)
Setter for systemId
The system id which the product belongs.
|
java.lang.String |
toString()
Returns a JSON string representation of ItemClassificationOutputModel
|
public java.lang.Long getId()
public void setId(java.lang.Long value)
public java.lang.Long getItemId()
public void setItemId(java.lang.Long value)
public java.lang.Integer getSystemId()
public void setSystemId(java.lang.Integer value)
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