Class ParameterImpl

    • Constructor Detail

      • ParameterImpl

        public ParameterImpl()
        Constructor
    • Method Detail

      • getName

        public String getName()
        Get the name of the Parameter
        Specified by:
        getName in interface Parameter
        Returns:
        parameter's name
      • setName

        public void setName​(String name)
        Set the name of the Parameter
        Specified by:
        setName in interface Parameter
        Parameters:
        name - parameter's name
      • getValue

        public String getValue()
        Get the value of the Parameter
        Specified by:
        getValue in interface Parameter
        Returns:
        parameter's value
      • setValue

        public void setValue​(String value)
        Set the value of the Parameter
        Specified by:
        setValue in interface Parameter
        Parameters:
        value - parameter's value
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object