Class Param

  • All Implemented Interfaces:
    java.io.Serializable

    public class Param
    extends java.lang.Object
    implements java.io.Serializable
    Class Param.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Param()  
      Param​(java.lang.String name, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Overrides the Object.equals method.
      java.lang.String getName()
      Returns the value of field 'name'.
      java.lang.String getValue()
      Returns the value of field 'value'.
      int hashCode()
      Method hashCode.
      void setName​(java.lang.String name)
      Sets the value of field 'name'.
      void setValue​(java.lang.String value)
      Sets the value of field 'value'.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Param

        public Param()
      • Param

        public Param​(java.lang.String name,
                     java.lang.String value)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides the Object.equals method.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj -
        Returns:
        true if the objects are equal.
      • getName

        public java.lang.String getName()
        Returns the value of field 'name'.
        Returns:
        the value of field 'Name'.
      • getValue

        public java.lang.String getValue()
        Returns the value of field 'value'.
        Returns:
        the value of field 'Value'.
      • hashCode

        public int hashCode()
        Method hashCode.
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        a hash code value for the object.
      • setName

        public void setName​(java.lang.String name)
        Sets the value of field 'name'.
        Parameters:
        name - the value of field 'name'.
      • setValue

        public void setValue​(java.lang.String value)
        Sets the value of field 'value'.
        Parameters:
        value - the value of field 'value'.