Class RateTypeModel


  • public class RateTypeModel
    extends java.lang.Object
    Rate type Model
    • Constructor Summary

      Constructors 
      Constructor Description
      RateTypeModel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCountry()
      Getter for country Country code for this rate type
      java.lang.String getDescription()
      Getter for description Description of this rate type.
      java.lang.String getId()
      Getter for id The unique ID number of this rate type.
      void setCountry​(java.lang.String value)
      Setter for country Country code for this rate type
      void setDescription​(java.lang.String value)
      Setter for description Description of this rate type.
      void setId​(java.lang.String value)
      Setter for id The unique ID number of this rate type.
      java.lang.String toString()
      Returns a JSON string representation of RateTypeModel
      • Methods inherited from class java.lang.Object

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

      • RateTypeModel

        public RateTypeModel()
    • Method Detail

      • getId

        public java.lang.String getId()
        Getter for id The unique ID number of this rate type.
      • setId

        public void setId​(java.lang.String value)
        Setter for id The unique ID number of this rate type.
      • getDescription

        public java.lang.String getDescription()
        Getter for description Description of this rate type.
      • setDescription

        public void setDescription​(java.lang.String value)
        Setter for description Description of this rate type.
      • getCountry

        public java.lang.String getCountry()
        Getter for country Country code for this rate type
      • setCountry

        public void setCountry​(java.lang.String value)
        Setter for country Country code for this rate type
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of RateTypeModel
        Overrides:
        toString in class java.lang.Object