org.jasig.portal.container.om.portlet
Class PortletApplicationDefinitionImpl
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletApplicationDefinitionImpl
public PortletApplicationDefinitionImpl()
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)