Package org.apache.turbine.util.uri
Class URIParam
- java.lang.Object
-
- org.apache.turbine.util.uri.URIParam
-
public class URIParam extends Object
Helper Class to keep a key and a value together in one object. Used for URI Parameters- Version:
- $Id$
- Author:
- Henning P. Schmiedehausen
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Calculate equality based on field valuesStringgetKey()Returns the key.ObjectgetValue()Returns the value.inthashCode()Calculate hash code based on field valuesStringtoString()Provide a string representation of the object
-