|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.om.registry.base.BaseStyleOption
Bean like implementation of the StyleOption interface suitable for Castor serialization.
StyleOption
Constructor Summary | |
BaseStyleOption()
|
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 |
Constructor Detail |
public BaseStyleOption()
Method Detail |
public java.lang.String getName()
getName
in interface StyleOption
public void setName(java.lang.String name)
StyleOption
setName
in interface StyleOption
public java.lang.String getValue()
getValue
in interface StyleOption
public void setValue(java.lang.String value)
StyleOption
setValue
in interface StyleOption
value
- the new parameter value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |