org.apache.pluto.portalImpl.om.common.impl
Class ParameterImpl

java.lang.Object
  extended by 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
           
 
Constructor Summary
ParameterImpl()
           
 
Method Summary
 java.util.Collection getCastorDescriptions()
           
 Description getDescription(java.util.Locale locale)
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setCastorDescriptions(DescriptionSet castorDescriptions)
           
 void setDescriptionSet(DescriptionSet descriptions)
           
 void setName(java.lang.String name)
           
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 java.lang.String toString(int indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

private java.lang.String name

value

private java.lang.String value

descriptions

private DescriptionSet descriptions
Constructor Detail

ParameterImpl

public ParameterImpl()
Method Detail

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)