uPortal 2.4.1
API Documentation

org.jasig.portal.container.om.portlet
Class PortletApplicationDefinitionImpl

java.lang.Object
  extended byorg.jasig.portal.container.om.portlet.PortletApplicationDefinitionImpl
All Implemented Interfaces:
org.apache.pluto.om.Model, org.apache.pluto.om.portlet.PortletApplicationDefinition, java.io.Serializable

public class PortletApplicationDefinitionImpl
extends java.lang.Object
implements org.apache.pluto.om.portlet.PortletApplicationDefinition, java.io.Serializable

Implementation of Apache Pluto object model.

Version:
$Revision: 1.2 $
Author:
Ken Weiner, kweiner@unicon.net
See Also:
Serialized Form

Constructor Summary
PortletApplicationDefinitionImpl()
           
 
Method Summary
 org.apache.pluto.om.common.ObjectID getId()
           
 org.apache.pluto.om.portlet.PortletDefinitionList getPortletDefinitionList()
           
 UserAttributeListImpl getUserAttributes()
           
 java.lang.String getVersion()
           
 org.apache.pluto.om.servlet.WebApplicationDefinition getWebApplicationDefinition()
           
 void setId(java.lang.String id)
           
 void setPortletDefinitionList(org.apache.pluto.om.portlet.PortletDefinitionList portletDefinitions)
           
 void setUserAttributes(UserAttributeListImpl userAttributes)
           
 void setVersion(java.lang.String version)
           
 void setWebApplicationDefinition(org.apache.pluto.om.servlet.WebApplicationDefinition definition)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletApplicationDefinitionImpl

public PortletApplicationDefinitionImpl()
Method Detail

getId

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

getVersion

public java.lang.String getVersion()
Specified by:
getVersion in interface org.apache.pluto.om.portlet.PortletApplicationDefinition

getPortletDefinitionList

public org.apache.pluto.om.portlet.PortletDefinitionList getPortletDefinitionList()
Specified by:
getPortletDefinitionList in interface org.apache.pluto.om.portlet.PortletApplicationDefinition

getUserAttributes

public UserAttributeListImpl getUserAttributes()

getWebApplicationDefinition

public org.apache.pluto.om.servlet.WebApplicationDefinition getWebApplicationDefinition()
Specified by:
getWebApplicationDefinition in interface org.apache.pluto.om.portlet.PortletApplicationDefinition

setId

public void setId(java.lang.String id)

setPortletDefinitionList

public void setPortletDefinitionList(org.apache.pluto.om.portlet.PortletDefinitionList portletDefinitions)

setUserAttributes

public void setUserAttributes(UserAttributeListImpl userAttributes)

setVersion

public void setVersion(java.lang.String version)

setWebApplicationDefinition

public void setWebApplicationDefinition(org.apache.pluto.om.servlet.WebApplicationDefinition definition)

uPortal 2.4.1
API Documentation