org.infoglue.deliver.portal.om
Class PortletEntityImpl

java.lang.Object
  |
  +--org.infoglue.deliver.portal.om.PortletEntityImpl
All Implemented Interfaces:
org.apache.pluto.om.Model, org.apache.pluto.om.entity.PortletEntity

public class PortletEntityImpl
extends java.lang.Object
implements org.apache.pluto.om.entity.PortletEntity

Author:
jand

Constructor Summary
PortletEntityImpl()
           
 
Method Summary
 org.apache.pluto.om.common.Description getDescription(java.util.Locale locale)
           
 org.apache.pluto.om.common.ObjectID getId()
           
 org.apache.pluto.om.entity.PortletApplicationEntity getPortletApplicationEntity()
           
 org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition()
           
 org.apache.pluto.om.window.PortletWindowList getPortletWindowList()
           
 org.apache.pluto.om.common.PreferenceSet getPreferenceSet()
           
 void setId(java.lang.String id)
           
 void setPortletApplicationEntity(org.apache.pluto.om.entity.PortletApplicationEntity applicationEntity)
           
 void setPreferenceSet(org.apache.pluto.om.common.PreferenceSet p)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletEntityImpl

public PortletEntityImpl()
Method Detail

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)

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