org.apache.pluto.portalImpl.om.common.impl
Class ParameterImpl
java.lang.Object
org.apache.pluto.portalImpl.om.common.impl.ParameterImpl
- All Implemented Interfaces:
- java.io.Serializable
public class ParameterImpl
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Field Summary |
private DescriptionSet |
descriptions
|
private java.lang.String |
name
|
private java.lang.String |
value
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
private java.lang.String name
value
private java.lang.String value
descriptions
private DescriptionSet descriptions
ParameterImpl
public ParameterImpl()
getName
public java.lang.String getName()
getValue
public java.lang.String getValue()
getDescription
public Description getDescription(java.util.Locale locale)
setName
public void setName(java.lang.String name)
setValue
public void setValue(java.lang.String value)
setDescriptionSet
public void setDescriptionSet(DescriptionSet descriptions)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toString
public java.lang.String toString(int indent)
getCastorDescriptions
public java.util.Collection getCastorDescriptions()
setCastorDescriptions
public void setCastorDescriptions(DescriptionSet castorDescriptions)