org.jasig.portal.portlet.dao.jpa
Class PortletDefinitionImpl
java.lang.Object
org.jasig.portal.portlet.dao.jpa.PortletDefinitionImpl
- All Implemented Interfaces:
- IPortletDefinition
public class PortletDefinitionImpl
- extends Object
- implements IPortletDefinition
- Version:
- $Revision$
- Author:
- Eric Dalquist
PortletDefinitionImpl
public PortletDefinitionImpl(ChannelDefinitionImpl channelDefinition)
getPortletDefinitionId
public IPortletDefinitionId getPortletDefinitionId()
- Specified by:
getPortletDefinitionId in interface IPortletDefinition
- Returns:
- The unique identifier for this portlet definition.
getChannelDefinition
public IChannelDefinition getChannelDefinition()
- Specified by:
getChannelDefinition in interface IPortletDefinition
- Returns:
- The
IChannelDefinition this portlet definition is based on.
getPortletPreferences
public IPortletPreferences getPortletPreferences()
- Specified by:
getPortletPreferences in interface IPortletDefinition
- Returns:
- The preferences for this portlet definition, will not be null.
setPortletPreferences
public void setPortletPreferences(IPortletPreferences portletPreferences)
- Specified by:
setPortletPreferences in interface IPortletDefinition
- Parameters:
portletPreferences - The preferences for this portlet definition.
equals
public boolean equals(Object object)
- Overrides:
equals in class Object
- See Also:
Object.equals(Object)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
- See Also:
Object.hashCode()
toString
public String toString()
- Overrides:
toString in class Object
- See Also:
Object.toString()
Copyright © 2010 Jasig. All Rights Reserved.