org.apache.wsrp4j.producer.provider.pluto.driver
Class WSRPPortletEntityImpl

java.lang.Object
  extended byorg.apache.pluto.portalImpl.om.entity.impl.PortletEntityImpl
      extended byorg.apache.wsrp4j.producer.provider.pluto.driver.WSRPPortletEntityImpl
All Implemented Interfaces:
java.lang.Cloneable, org.apache.pluto.om.Controller, org.apache.pluto.om.Model, org.apache.pluto.om.entity.PortletEntity, org.apache.pluto.om.entity.PortletEntityCtrl, java.io.Serializable, org.apache.pluto.portalImpl.om.common.Support

public class WSRPPortletEntityImpl
extends org.apache.pluto.portalImpl.om.entity.impl.PortletEntityImpl
implements java.lang.Cloneable

This class adds cloning to the pluto portlet entity.

Version:
$Id: WSRPPortletEntityImpl.java,v 1.8 2005/08/12 12:56:52 cziegeler Exp $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.pluto.portalImpl.om.entity.impl.PortletEntityImpl
preferences
 
Fields inherited from interface org.apache.pluto.portalImpl.om.common.Support
POST_BUILD, POST_LOAD, POST_STORE, PRE_BUILD, PRE_STORE
 
Constructor Summary
WSRPPortletEntityImpl()
           
 
Method Summary
 java.lang.Object clone()
          Creates a clone from portletEntity
 
Methods inherited from class org.apache.pluto.portalImpl.om.entity.impl.PortletEntityImpl
getCastorId, getCastorPreferences, getDefinitionId, getDescription, getId, getPortletApplicationEntity, getPortletDefinition, getPortletWindowList, getPreferenceSet, postBuild, postLoad, postStore, preBuild, preStore, reset, setCastorId, setDefinitionId, setId, setPortletApplicationEntity, setPortletDefinition, setPortletWindowList, store, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSRPPortletEntityImpl

public WSRPPortletEntityImpl()
Method Detail

clone

public java.lang.Object clone()
Creates a clone from portletEntity

Returns:
java.lang.Object


--