org.apache.pluto.portalImpl.om.window.impl
Class PortletWindowImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.om.window.impl.PortletWindowImpl

public class PortletWindowImpl
extends java.lang.Object


Field Summary
private  java.lang.String id
           
private  ObjectID objectId
           
private  PortletEntity portletEntity
           
 
Constructor Summary
PortletWindowImpl(java.lang.String id)
           
 
Method Summary
 ObjectID getId()
          Returns the identifier of this portlet instance window as object id
 PortletEntity getPortletEntity()
          Returns the portlet entity
 void setId(java.lang.String id)
          binds an identifier to this portlet window
 void setPortletEntity(PortletEntity portletEntity)
          binds a portlet instance to this portlet window
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectId

private ObjectID objectId

id

private java.lang.String id

portletEntity

private PortletEntity portletEntity
Constructor Detail

PortletWindowImpl

public PortletWindowImpl(java.lang.String id)
Method Detail

getId

public ObjectID getId()
Returns the identifier of this portlet instance window as object id

Returns:
the object identifier

getPortletEntity

public PortletEntity getPortletEntity()
Returns the portlet entity

Returns:
the portlet entity

setId

public void setId(java.lang.String id)
binds an identifier to this portlet window

Parameters:
id - the new identifier

setPortletEntity

public void setPortletEntity(PortletEntity portletEntity)
binds a portlet instance to this portlet window

Parameters:
portletEntity - a portlet entity object