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

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

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

Version:
$Id: ParameterImpl.java 327171 2005-10-21 13:21:50Z cziegeler $
See Also:
Serialized Form

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

Constructor Detail

ParameterImpl

public ParameterImpl()
Method Detail

getDescription

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

setDescriptionSet

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

toString

public String toString()

toString

public String toString(int indent)

getCastorDescriptions

public Collection getCastorDescriptions()

setCastorDescriptions

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


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.