Class ConfigParameterVO

    • Constructor Detail

      • ConfigParameterVO

        public ConfigParameterVO()
    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getApp

        public String getApp()
        Gets value for attribute app
      • setApp

        public void setApp​(String app)
        Sets value for attribute app
      • getKey

        public String getKey()
        Gets value for attribute key
      • setKey

        public void setKey​(String key)
        Sets value for attribute key
      • getValue

        public String getValue()
        Gets value for attribute value
      • setValue

        public void setValue​(String value)
        Sets value for attribute value
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object
      • toConfigParameterVO

        public static ConfigParameterVO toConfigParameterVO​(ConfigParameterVO vo)
        Creates a ConfigParameterVO value object based on a ConfigParameterVO object.
      • toConfigParameterVOArray

        public static ConfigParameterVO[] toConfigParameterVOArray​(ConfigParameterVO[] source)
        Creates a ConfigParameterVO array on a ConfigParameterVO array.
      • toConfigParameterVO

        public static void toConfigParameterVO​(ConfigParameterVO source,
                                               ConfigParameterVO target)
        Updates a ConfigParameterVO value object based on a ConfigParameterVO object.