This project has retired. For details please refer to its
Attic page.
BaseStyleOption (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.om.registry.base
Class BaseStyleOption
java.lang.Object
org.apache.jetspeed.om.registry.base.BaseStyleOption
- All Implemented Interfaces:
- StyleOption
- public class BaseStyleOption
- extends java.lang.Object
- implements StyleOption
Bean like implementation of the StyleOption interface suitable for
Castor serialization.
- Version:
- $Id: BaseStyleOption.java,v 1.1 2005/05/04 20:26:37 morciuch Exp $
- Author:
- Mark Orciuch
- See Also:
StyleOption
Method Summary |
java.lang.String |
getName()
|
java.lang.String |
getValue()
|
void |
setName(java.lang.String name)
Sets the name of this parameter. |
void |
setValue(java.lang.String value)
Sets the value of this parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseStyleOption
public BaseStyleOption()
getName
public java.lang.String getName()
- Specified by:
getName
in interface StyleOption
- Returns:
- the name of this style option
setName
public void setName(java.lang.String name)
- Description copied from interface:
StyleOption
- Sets the name of this parameter.
- Specified by:
setName
in interface StyleOption
getValue
public java.lang.String getValue()
- Specified by:
getValue
in interface StyleOption
- Returns:
- the value of this style option
setValue
public void setValue(java.lang.String value)
- Description copied from interface:
StyleOption
- Sets the value of this parameter.
- Specified by:
setValue
in interface StyleOption
- Parameters:
value
- the new parameter value
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.