Class FormField

    • Constructor Detail

      • FormField

        public FormField()
        Instantiates a new form field.
      • FormField

        public FormField​(String name,
                         String value)
        Instantiates a new form field.
        Parameters:
        name - the name
        value - the value
    • Method Detail

      • getName

        public String getName()
        Gets the name.
        Returns:
        the name
      • setName

        public void setName​(String name)
        Sets the name.
        Parameters:
        name - the new name
      • getValue

        public String getValue()
        Gets the value.
        Returns:
        the value
      • setValue

        public void setValue​(String value)
        Sets the value.
        Parameters:
        value - the new value