org.infoglue.deliver.portal.om
Class PortletWindowImpl

java.lang.Object
  extended by org.infoglue.deliver.portal.om.PortletWindowImpl
All Implemented Interfaces:
org.apache.pluto.om.Model, org.apache.pluto.om.window.PortletWindow

public class PortletWindowImpl
extends java.lang.Object
implements org.apache.pluto.om.window.PortletWindow

Author:
jand

Constructor Summary
PortletWindowImpl(java.lang.String id, org.apache.pluto.om.entity.PortletEntity portletEntity)
           
 
Method Summary
 org.apache.pluto.om.common.ObjectID getId()
           
 java.lang.String getLogicName()
           
 org.apache.pluto.om.entity.PortletEntity getPortletEntity()
           
 void setLogicName(java.lang.String logicName)
           
 void setPortletEntity(org.apache.pluto.om.entity.PortletEntity entity)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletWindowImpl

public PortletWindowImpl(java.lang.String id,
                         org.apache.pluto.om.entity.PortletEntity portletEntity)
Method Detail

getId

public org.apache.pluto.om.common.ObjectID getId()
Specified by:
getId in interface org.apache.pluto.om.window.PortletWindow

getPortletEntity

public org.apache.pluto.om.entity.PortletEntity getPortletEntity()
Specified by:
getPortletEntity in interface org.apache.pluto.om.window.PortletWindow

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

setPortletEntity

public void setPortletEntity(org.apache.pluto.om.entity.PortletEntity entity)

getLogicName

public java.lang.String getLogicName()
Returns:
Returns the logicName.

setLogicName

public void setLogicName(java.lang.String logicName)
Parameters:
logicName - The logicName to set.


Copyright © 2005 InfoGlue.org All Rights Reserved.