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

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

public class PortletPreferencesImpl
extends Object
implements IPortletPreferences

Version:
$Revision$
Author:
Eric Dalquist

Constructor Summary
PortletPreferencesImpl()
           
 
Method Summary
 boolean equals(Object object)
           
 List<IPortletPreference> getPortletPreferences()
           
 int hashCode()
           
 void setPortletPreferences(List<IPortletPreference> newPreferences)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletPreferencesImpl

public PortletPreferencesImpl()
Method Detail

getPortletPreferences

public List<IPortletPreference> getPortletPreferences()
Specified by:
getPortletPreferences in interface IPortletPreferences
Returns:
The List of PortletPreferences, will not be null

setPortletPreferences

public void setPortletPreferences(List<IPortletPreference> newPreferences)
Specified by:
setPortletPreferences in interface IPortletPreferences
Parameters:
newPreferences - The List of PortletPreferences.

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.