org.jasig.portal.portlet.dao.jpa
Class PortletDefinitionImpl

java.lang.Object
  extended by org.jasig.portal.portlet.dao.jpa.PortletDefinitionImpl
All Implemented Interfaces:
IPortletDefinition

public class PortletDefinitionImpl
extends Object
implements IPortletDefinition

Version:
$Revision$
Author:
Eric Dalquist

Constructor Summary
PortletDefinitionImpl(ChannelDefinitionImpl channelDefinition)
           
 
Method Summary
 boolean equals(Object object)
           
 IChannelDefinition getChannelDefinition()
           
 IPortletDefinitionId getPortletDefinitionId()
           
 IPortletPreferences getPortletPreferences()
           
 int hashCode()
           
 void setPortletPreferences(IPortletPreferences portletPreferences)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletDefinitionImpl

public PortletDefinitionImpl(ChannelDefinitionImpl channelDefinition)
Method Detail

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.