Class NameValuePair

java.lang.Object
org.loboevolution.net.AbstractBean
org.loboevolution.net.NameValuePair
Direct Known Subclasses:
Cookie

public class NameValuePair extends AbstractBean
The Class NameValuePair.
  • Field Details

    • name

      public String name
      The name.
    • value

      public String value
      The value.
  • Constructor Details

    • NameValuePair

      public NameValuePair()
  • Method Details

    • setName

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

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