public class PortletWindowImpl
extends java.lang.Object
implements org.apache.pluto.om.window.PortletWindow, org.apache.pluto.om.window.PortletWindowCtrl
Constructor and Description |
---|
PortletWindowImpl(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
org.apache.pluto.om.common.ObjectID |
getId()
Returns the identifier of this portlet instance window as object id
|
org.apache.pluto.om.entity.PortletEntity |
getPortletEntity()
Returns the portlet entity
|
void |
setId(java.lang.String id)
binds an identifier to this portlet window
|
void |
setPortletEntity(org.apache.pluto.om.entity.PortletEntity portletEntity)
binds a portlet instance to this portlet window
|
public org.apache.pluto.om.common.ObjectID getId()
getId
in interface org.apache.pluto.om.window.PortletWindow
public org.apache.pluto.om.entity.PortletEntity getPortletEntity()
getPortletEntity
in interface org.apache.pluto.om.window.PortletWindow
public void setId(java.lang.String id)
setId
in interface org.apache.pluto.om.window.PortletWindowCtrl
id
- the new identifierpublic void setPortletEntity(org.apache.pluto.om.entity.PortletEntity portletEntity)
setPortletEntity
in interface org.apache.pluto.om.window.PortletWindowCtrl
portletEntity
- a portlet entity objectCopyright © 2003-2013 . All Rights Reserved.