org.apache.jetspeed.om.portlet.impl
Class InitParamImpl
java.lang.Object
org.apache.jetspeed.om.portlet.impl.InitParamImpl
- All Implemented Interfaces:
- java.io.Serializable, org.apache.pluto.container.om.portlet.InitParam
public class InitParamImpl
- extends java.lang.Object
- implements InitParam, java.io.Serializable
- Author:
- Scott T. Weaver
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
owner
protected java.lang.String owner
descriptions
protected java.util.List<Description> descriptions
InitParamImpl
public InitParamImpl()
InitParamImpl
public InitParamImpl(java.lang.Object owner,
java.lang.String name)
getParamName
public java.lang.String getParamName()
- Specified by:
getParamName in interface org.apache.pluto.container.om.portlet.InitParam
getParamValue
public java.lang.String getParamValue()
- Specified by:
getParamValue in interface org.apache.pluto.container.om.portlet.InitParam
setParamName
public void setParamName(java.lang.String name)
setParamValue
public void setParamValue(java.lang.String value)
- Specified by:
setParamValue in interface org.apache.pluto.container.om.portlet.InitParam
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
getDescription
public Description getDescription(java.util.Locale locale)
- Specified by:
getDescription in interface org.apache.pluto.container.om.portlet.InitParam
getDescriptions
public java.util.List<Description> getDescriptions()
- Specified by:
getDescriptions in interface org.apache.pluto.container.om.portlet.InitParam
addDescription
public Description addDescription(java.lang.String lang)
- Specified by:
addDescription in interface org.apache.pluto.container.om.portlet.InitParam
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.