org.apache.cocoon.portal.util
Class ParameterImpl

java.lang.Object
  extended byorg.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

Field Summary
protected  String name
           
protected  String value
           
 
Constructor Summary
ParameterImpl()
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

value

protected String value
Constructor Detail

ParameterImpl

public ParameterImpl()
Method Detail

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.