org.infoglue.deliver.portal.om
Class ParameterImpl
java.lang.Object
|
+--org.infoglue.deliver.portal.om.ParameterImpl
- All Implemented Interfaces:
- org.apache.pluto.om.Model, org.apache.pluto.om.common.Parameter
- public class ParameterImpl
- extends java.lang.Object
- implements org.apache.pluto.om.common.Parameter
A dummy implementation of the interface
- Author:
- Jöran
TODO Implement this
|
Method Summary |
org.apache.pluto.om.common.Description |
getDescription(java.util.Locale locale)
|
java.lang.String |
getName()
|
java.lang.String |
getValue()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterImpl
public ParameterImpl()
ParameterImpl
public ParameterImpl(java.lang.String name,
java.lang.String value)
- Parameters:
name - value -
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