org.apache.pluto.portalImpl.om.window.impl
Class PortletWindowImpl
java.lang.Object
org.apache.pluto.portalImpl.om.window.impl.PortletWindowImpl
public class PortletWindowImpl
- extends java.lang.Object
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 |
objectId
private ObjectID objectId
id
private java.lang.String id
portletEntity
private PortletEntity portletEntity
PortletWindowImpl
public PortletWindowImpl(java.lang.String id)
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