This project has retired. For details please refer to its
Attic page.
QueryParamImpl (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.services.forward.configuration.impl
Class QueryParamImpl
java.lang.Object
org.apache.jetspeed.services.forward.configuration.impl.QueryParamImpl
- All Implemented Interfaces:
- QueryParam, java.io.Serializable
- public class QueryParamImpl
- extends java.lang.Object
- implements QueryParam, java.io.Serializable
QueryParam Implementation for Forward
- Version:
- $Id: QueryParamImpl.java,v 1.2 2004/02/23 03:50:10 jford Exp $
- Author:
- David Sean Taylor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryParamImpl
public QueryParamImpl()
getName
public java.lang.String getName()
- Specified by:
getName
in interface QueryParam
setName
public void setName(java.lang.String name)
getValue
public java.lang.String getValue()
- Specified by:
getValue
in interface QueryParam
setValue
public void setValue(java.lang.String value)
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.