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

java.lang.Object
  extended byorg.apache.pluto.portalImpl.om.common.impl.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, java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ParameterImpl()
           
 
Method Summary
 java.util.Collection getCastorDescriptions()
           
 org.apache.pluto.om.common.Description getDescription(java.util.Locale locale)
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setCastorDescriptions(org.apache.pluto.om.common.DescriptionSet castorDescriptions)
           
 void setDescriptionSet(org.apache.pluto.om.common.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
 

Constructor Detail

ParameterImpl

public ParameterImpl()
Method Detail

getName

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

getValue

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

getDescription

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

setName

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

setValue

public void setValue(java.lang.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 java.lang.String toString()

toString

public java.lang.String toString(int indent)

getCastorDescriptions

public java.util.Collection getCastorDescriptions()

setCastorDescriptions

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


Copyright © 2003-2006 . All Rights Reserved.