org.apache.jetspeed.om.impl
Class PortletInitParameterImpl

java.lang.Object
  extended by org.apache.jetspeed.om.impl.ParameterImpl
      extended by org.apache.jetspeed.om.impl.PortletInitParameterImpl
All Implemented Interfaces:
Serializable, org.apache.jetspeed.om.common.ParameterComposite, org.apache.pluto.om.common.Parameter, org.apache.pluto.om.common.ParameterCtrl, org.apache.pluto.om.Controller, org.apache.pluto.om.Model

public class PortletInitParameterImpl
extends ParameterImpl

Parameter implementation suitable for use within PortletDefinitions. PortletInitParameterImpl

Version:
$Id: PortletInitParameterImpl.java 516448 2007-03-09 16:25:47Z ate $
Author:
Scott T. Weaver
See Also:
Serialized Form

Field Summary
protected  String ojbConcreteClass
          Tells OJB which class to use to materialize.
 
Fields inherited from class org.apache.jetspeed.om.impl.ParameterImpl
parameterId, parentId
 
Fields inherited from interface org.apache.jetspeed.om.common.ParameterComposite
TYPE_PORTLET, TYPE_WEB_APP
 
Constructor Summary
PortletInitParameterImpl()
           
 
Method Summary
 
Methods inherited from class org.apache.jetspeed.om.impl.ParameterImpl
addDescription, addDescription, equals, getDescription, getDescription, getDescriptionSet, getName, getValue, hashCode, setDescription, setDescriptionSet, setName, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ojbConcreteClass

protected String ojbConcreteClass
Tells OJB which class to use to materialize.

Constructor Detail

PortletInitParameterImpl

public PortletInitParameterImpl()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.