org.infoglue.deliver.portal.om
Class PortletEntityImpl
java.lang.Object
org.infoglue.deliver.portal.om.PortletEntityImpl
- All Implemented Interfaces:
- org.apache.pluto.om.entity.PortletEntity, org.apache.pluto.om.Model
public class PortletEntityImpl
- extends java.lang.Object
- implements org.apache.pluto.om.entity.PortletEntity
- Author:
- jand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PortletEntityImpl
public PortletEntityImpl()
getId
public org.apache.pluto.om.common.ObjectID getId()
- Specified by:
getId in interface org.apache.pluto.om.entity.PortletEntity
getPreferenceSet
public org.apache.pluto.om.common.PreferenceSet getPreferenceSet()
- Specified by:
getPreferenceSet in interface org.apache.pluto.om.entity.PortletEntity
setPreferenceSet
public void setPreferenceSet(org.apache.pluto.om.common.PreferenceSet p)
getPortletDefinition
public org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition()
- Specified by:
getPortletDefinition in interface org.apache.pluto.om.entity.PortletEntity
getPortletApplicationEntity
public org.apache.pluto.om.entity.PortletApplicationEntity getPortletApplicationEntity()
- Specified by:
getPortletApplicationEntity in interface org.apache.pluto.om.entity.PortletEntity
getPortletWindowList
public org.apache.pluto.om.window.PortletWindowList getPortletWindowList()
- Specified by:
getPortletWindowList in interface org.apache.pluto.om.entity.PortletEntity
getDescription
public org.apache.pluto.om.common.Description getDescription(java.util.Locale locale)
- Specified by:
getDescription in interface org.apache.pluto.om.entity.PortletEntity
setPortletApplicationEntity
public void setPortletApplicationEntity(org.apache.pluto.om.entity.PortletApplicationEntity applicationEntity)
- Parameters:
portletApplicationEntity - The portletApplicationEntity to set.
setId
public void setId(java.lang.String id)
- Parameters:
id - The id to set.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2005 InfoGlue.org All Rights Reserved.