Class CompanyParameterDetailModel


  • public class CompanyParameterDetailModel
    extends java.lang.Object
    Represents a parameter associated with a company.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getCompanyId()
      Getter for companyId CompanyId associated with the parameter
      java.lang.Long getId()
      Getter for id Identifier for company parameter
      java.lang.String getName()
      Getter for name The parameter's name
      java.lang.String getUnit()
      Getter for unit The unit of measurement code for the parameter
      java.lang.String getValue()
      Getter for value The value of the parameter
      void setCompanyId​(java.lang.Integer value)
      Setter for companyId CompanyId associated with the parameter
      void setId​(java.lang.Long value)
      Setter for id Identifier for company parameter
      void setName​(java.lang.String value)
      Setter for name The parameter's name
      void setUnit​(java.lang.String value)
      Setter for unit The unit of measurement code for the parameter
      void setValue​(java.lang.String value)
      Setter for value The value of the parameter
      java.lang.String toString()
      Returns a JSON string representation of CompanyParameterDetailModel
      • Methods inherited from class java.lang.Object

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

      • CompanyParameterDetailModel

        public CompanyParameterDetailModel()
    • Method Detail

      • getId

        public java.lang.Long getId()
        Getter for id Identifier for company parameter
      • setId

        public void setId​(java.lang.Long value)
        Setter for id Identifier for company parameter
      • getCompanyId

        public java.lang.Integer getCompanyId()
        Getter for companyId CompanyId associated with the parameter
      • setCompanyId

        public void setCompanyId​(java.lang.Integer value)
        Setter for companyId CompanyId associated with the parameter
      • getName

        public java.lang.String getName()
        Getter for name The parameter's name
      • setName

        public void setName​(java.lang.String value)
        Setter for name The parameter's name
      • getValue

        public java.lang.String getValue()
        Getter for value The value of the parameter
      • setValue

        public void setValue​(java.lang.String value)
        Setter for value The value of the parameter
      • getUnit

        public java.lang.String getUnit()
        Getter for unit The unit of measurement code for the parameter
      • setUnit

        public void setUnit​(java.lang.String value)
        Setter for unit The unit of measurement code for the parameter
      • toString

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