Class ProductClassificationSystemModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.ProductClassificationSystemModel
-
public class ProductClassificationSystemModel extends java.lang.ObjectRepresents a product classification system.
-
-
Constructor Summary
Constructors Constructor Description ProductClassificationSystemModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList<ProductSystemCountryModel>getCountries()Getter for countries List of all countries that belong to the system includingjava.lang.StringgetCustomsValue()Getter for customsValue custom value set for the systemjava.lang.StringgetDescription()Getter for description A friendly human-readable name representing this System.java.lang.StringgetSystemCode()Getter for systemCode The System code for this System.java.lang.IntegergetSystemId()Getter for systemId Its Integer SystemId value for SystemvoidsetCountries(java.util.ArrayList<ProductSystemCountryModel> value)Setter for countries List of all countries that belong to the system includingvoidsetCustomsValue(java.lang.String value)Setter for customsValue custom value set for the systemvoidsetDescription(java.lang.String value)Setter for description A friendly human-readable name representing this System.voidsetSystemCode(java.lang.String value)Setter for systemCode The System code for this System.voidsetSystemId(java.lang.Integer value)Setter for systemId Its Integer SystemId value for Systemjava.lang.StringtoString()Returns a JSON string representation of ProductClassificationSystemModel
-
-
-
Method Detail
-
getSystemId
public java.lang.Integer getSystemId()
Getter for systemId Its Integer SystemId value for System
-
setSystemId
public void setSystemId(java.lang.Integer value)
Setter for systemId Its Integer SystemId value for System
-
getSystemCode
public java.lang.String getSystemCode()
Getter for systemCode The System code for this System.
-
setSystemCode
public void setSystemCode(java.lang.String value)
Setter for systemCode The System code for this System.
-
getDescription
public java.lang.String getDescription()
Getter for description A friendly human-readable name representing this System.
-
setDescription
public void setDescription(java.lang.String value)
Setter for description A friendly human-readable name representing this System.
-
getCustomsValue
public java.lang.String getCustomsValue()
Getter for customsValue custom value set for the system
-
setCustomsValue
public void setCustomsValue(java.lang.String value)
Setter for customsValue custom value set for the system
-
getCountries
public java.util.ArrayList<ProductSystemCountryModel> getCountries()
Getter for countries List of all countries that belong to the system including
-
setCountries
public void setCountries(java.util.ArrayList<ProductSystemCountryModel> value)
Setter for countries List of all countries that belong to the system including
-
toString
public java.lang.String toString()
Returns a JSON string representation of ProductClassificationSystemModel- Overrides:
toStringin classjava.lang.Object
-
-