org.apache.cocoon.portal.pluto.om.common
Class ParameterImpl

java.lang.Object
  extended by org.apache.cocoon.portal.pluto.om.common.ParameterImpl
All Implemented Interfaces:
Serializable, org.apache.pluto.om.common.Parameter, org.apache.pluto.om.common.ParameterCtrl, org.apache.pluto.om.Controller, org.apache.pluto.om.Model

public class ParameterImpl
extends Object
implements org.apache.pluto.om.common.Parameter, org.apache.pluto.om.common.ParameterCtrl, Serializable

See Also:
Serialized Form

Constructor Summary
ParameterImpl()
           
 
Method Summary
 Collection getCastorDescriptions()
           
 org.apache.pluto.om.common.Description getDescription(Locale locale)
           
 String getName()
           
 String getValue()
           
 void setCastorDescriptions(org.apache.pluto.om.common.DescriptionSet castorDescriptions)
           
 void setDescriptionSet(org.apache.pluto.om.common.DescriptionSet descriptions)
           
 void setName(String name)
           
 void setValue(String value)
           
 String toString()
           
 String toString(int indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterImpl

public ParameterImpl()
Method Detail

getName

public String getName()
Specified by:
getName in interface org.apache.pluto.om.common.Parameter

getValue

public String getValue()
Specified by:
getValue in interface org.apache.pluto.om.common.Parameter

getDescription

public org.apache.pluto.om.common.Description getDescription(Locale locale)
Specified by:
getDescription in interface org.apache.pluto.om.common.Parameter

setName

public void setName(String name)
Specified by:
setName in interface org.apache.pluto.om.common.ParameterCtrl

setValue

public void setValue(String value)
Specified by:
setValue in interface org.apache.pluto.om.common.ParameterCtrl

setDescriptionSet

public void setDescriptionSet(org.apache.pluto.om.common.DescriptionSet descriptions)
Specified by:
setDescriptionSet in interface org.apache.pluto.om.common.ParameterCtrl

toString

public String toString()
Overrides:
toString in class Object

toString

public String toString(int indent)

getCastorDescriptions

public Collection getCastorDescriptions()

setCastorDescriptions

public void setCastorDescriptions(org.apache.pluto.om.common.DescriptionSet castorDescriptions)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.