org.apache.cocoon.portal.util
Class ParameterImpl
java.lang.Object
org.apache.cocoon.portal.util.ParameterImpl
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ParameterImpl
- public class ParameterImpl
- extends Object
- implements Serializable
A Parameter is just a name/value pair consisting of strings.
This class is used by Castor.
- Version:
- $Id: ParameterImpl.java 328028 2005-10-24 10:48:38Z cziegeler $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
value
protected String value
ParameterImpl
public ParameterImpl()
getName
public String getName()
getValue
public String getValue()
setName
public void setName(String name)
setValue
public void setValue(String value)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.