info.aduna.webapp.util
Class Parameter

java.lang.Object
  extended by info.aduna.webapp.util.Parameter

public class Parameter
extends Object

A parameter consisting of a key and a value, which are both strings.


Constructor Summary
Parameter(String key, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getKey()
           
 String getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Parameter

public Parameter(String key,
                 String value)
Method Detail

getKey

public String getKey()

getValue

public String getValue()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1997-2008 Aduna. All Rights Reserved.