org.infoglue.deliver.portal.om
Class PortletApplicationEntityImpl

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

public class PortletApplicationEntityImpl
extends java.lang.Object
implements org.apache.pluto.om.entity.PortletApplicationEntity

Author:
jand

Constructor Summary
PortletApplicationEntityImpl()
           
 
Method Summary
 void addPortletEntity(org.apache.pluto.om.entity.PortletEntity e)
           
 org.apache.pluto.om.common.ObjectID getId()
           
 org.apache.pluto.om.portlet.PortletApplicationDefinition getPortletApplicationDefinition()
           
 org.apache.pluto.om.entity.PortletEntityList getPortletEntityList()
           
 void setId(java.lang.String id)
           
 void setPortletApplicationDefinition(org.apache.pluto.om.portlet.PortletApplicationDefinition definition)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletApplicationEntityImpl

public PortletApplicationEntityImpl()
Method Detail

getId

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

getPortletEntityList

public org.apache.pluto.om.entity.PortletEntityList getPortletEntityList()
Specified by:
getPortletEntityList in interface org.apache.pluto.om.entity.PortletApplicationEntity

addPortletEntity

public void addPortletEntity(org.apache.pluto.om.entity.PortletEntity e)

getPortletApplicationDefinition

public org.apache.pluto.om.portlet.PortletApplicationDefinition getPortletApplicationDefinition()
Specified by:
getPortletApplicationDefinition in interface org.apache.pluto.om.entity.PortletApplicationEntity

setPortletApplicationDefinition

public void setPortletApplicationDefinition(org.apache.pluto.om.portlet.PortletApplicationDefinition definition)

setId

public void setId(java.lang.String id)

toString

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