org.apache.jetspeed.om.portlet.impl
Class InitParamImpl

java.lang.Object
  extended by 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

Field Summary
protected  java.util.List<Description> descriptions
           
protected  java.lang.String owner
           
 
Constructor Summary
InitParamImpl()
           
InitParamImpl(java.lang.Object owner, java.lang.String name)
           
 
Method Summary
 Description addDescription(java.lang.String lang)
           
 boolean equals(java.lang.Object obj)
           
 Description getDescription(java.util.Locale locale)
           
 java.util.List<Description> getDescriptions()
           
 java.lang.String getParamName()
           
 java.lang.String getParamValue()
           
 int hashCode()
           
 void setParamName(java.lang.String name)
           
 void setParamValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

protected java.lang.String owner

descriptions

protected java.util.List<Description> descriptions
Constructor Detail

InitParamImpl

public InitParamImpl()

InitParamImpl

public InitParamImpl(java.lang.Object owner,
                     java.lang.String name)
Method Detail

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.