org.jasig.portal.portlet.dao.jpa
Class PortletPreferenceImpl
java.lang.Object
org.jasig.portal.portlet.dao.jpa.PortletPreferenceImpl
- All Implemented Interfaces:
- org.apache.pluto.internal.InternalPortletPreference, IPortletPreference
public class PortletPreferenceImpl
- extends Object
- implements IPortletPreference
- Version:
- $Revision$
- Author:
- Eric Dalquist
PortletPreferenceImpl
public PortletPreferenceImpl()
PortletPreferenceImpl
public PortletPreferenceImpl(org.apache.pluto.internal.InternalPortletPreference portletPreference)
PortletPreferenceImpl
public PortletPreferenceImpl(org.apache.pluto.descriptors.portlet.PortletPreferenceDD portletPreference)
PortletPreferenceImpl
public PortletPreferenceImpl(String name,
boolean readOnly,
String... values)
getName
public String getName()
- Specified by:
getName in interface org.apache.pluto.internal.InternalPortletPreference
getValues
public String[] getValues()
- Specified by:
getValues in interface org.apache.pluto.internal.InternalPortletPreference
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly in interface org.apache.pluto.internal.InternalPortletPreference
setReadOnly
public void setReadOnly(boolean readOnly)
- Description copied from interface:
IPortletPreference
- Sets the read only state of the preference
- Specified by:
setReadOnly in interface IPortletPreference
setValues
public void setValues(String[] values)
- Specified by:
setValues in interface org.apache.pluto.internal.InternalPortletPreference
clone
public Object clone()
- Specified by:
clone in interface org.apache.pluto.internal.InternalPortletPreference- Overrides:
clone in class Object
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.