public class ProductClassificationSystemModel
extends java.lang.Object
Constructor and Description |
---|
ProductClassificationSystemModel() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ProductSystemCountryModel> |
getCountries()
Getter for countries
List of all countries that belong to the system including
|
java.lang.String |
getCustomsValue()
Getter for customsValue
custom value set for the system
|
java.lang.String |
getDescription()
Getter for description
A friendly human-readable name representing this System.
|
java.lang.String |
getSystemCode()
Getter for systemCode
The System code for this System.
|
java.lang.Integer |
getSystemId()
Getter for systemId
Its Integer SystemId value for System
|
void |
setCountries(java.util.ArrayList<ProductSystemCountryModel> value)
Setter for countries
List of all countries that belong to the system including
|
void |
setCustomsValue(java.lang.String value)
Setter for customsValue
custom value set for the system
|
void |
setDescription(java.lang.String value)
Setter for description
A friendly human-readable name representing this System.
|
void |
setSystemCode(java.lang.String value)
Setter for systemCode
The System code for this System.
|
void |
setSystemId(java.lang.Integer value)
Setter for systemId
Its Integer SystemId value for System
|
java.lang.String |
toString()
Returns a JSON string representation of ProductClassificationSystemModel
|
public java.lang.Integer getSystemId()
public void setSystemId(java.lang.Integer value)
public java.lang.String getSystemCode()
public void setSystemCode(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.String getCustomsValue()
public void setCustomsValue(java.lang.String value)
public java.util.ArrayList<ProductSystemCountryModel> getCountries()
public void setCountries(java.util.ArrayList<ProductSystemCountryModel> value)
public java.lang.String toString()
toString
in class java.lang.Object