org.jasig.portal.container.om.entity
Class PortletApplicationEntityImpl
java.lang.Object
org.jasig.portal.container.om.entity.PortletApplicationEntityImpl
- All Implemented Interfaces:
- org.apache.pluto.om.Model, org.apache.pluto.om.entity.PortletApplicationEntity, java.io.Serializable
- public class PortletApplicationEntityImpl
- extends java.lang.Object
- implements org.apache.pluto.om.entity.PortletApplicationEntity, java.io.Serializable
Implementation of Apache Pluto object model.
- Version:
- $Revision: 1.1 $
- Author:
- Ken Weiner, kweiner@unicon.net
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletApplicationEntityImpl
public PortletApplicationEntityImpl()
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
getPortletApplicationDefinition
public org.apache.pluto.om.portlet.PortletApplicationDefinition getPortletApplicationDefinition()
- Specified by:
getPortletApplicationDefinition
in interface org.apache.pluto.om.entity.PortletApplicationEntity
setId
public void setId(java.lang.String id)
setPortletEntityList
public void setPortletEntityList(org.apache.pluto.om.entity.PortletEntityList portletEntities)
setPortletApplicationDefinition
public void setPortletApplicationDefinition(org.apache.pluto.om.portlet.PortletApplicationDefinition definition)