Class ProductClassificationSystemModel


  • public class ProductClassificationSystemModel
    extends java.lang.Object
    Represents a product classification system.
    • 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 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProductClassificationSystemModel

        public 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:
        toString in class java.lang.Object