org.apache.pluto.portalImpl.om.common.impl
Class PreferenceSetImpl
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet
org.apache.pluto.portalImpl.om.common.impl.PreferenceSetImpl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.Set, org.apache.pluto.om.common.PreferenceSet, org.apache.pluto.om.common.PreferenceSetCtrl, org.apache.pluto.om.Controller, org.apache.pluto.om.Model
public class PreferenceSetImpl
- extends java.util.HashSet
- implements org.apache.pluto.om.common.PreferenceSet, org.apache.pluto.om.common.PreferenceSetCtrl, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.util.HashSet |
add, clear, clone, contains, isEmpty, iterator, remove, size |
Methods inherited from class java.util.AbstractSet |
equals, hashCode, removeAll |
Methods inherited from class java.util.AbstractCollection |
containsAll, retainAll, toArray, toArray |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.pluto.om.common.PreferenceSet |
iterator |
Methods inherited from interface java.util.Set |
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
PreferenceSetImpl
public PreferenceSetImpl()
get
public org.apache.pluto.om.common.Preference get(java.lang.String name)
- Specified by:
get
in interface org.apache.pluto.om.common.PreferenceSet
getPreferencesValidator
public javax.portlet.PreferencesValidator getPreferencesValidator()
- Specified by:
getPreferencesValidator
in interface org.apache.pluto.om.common.PreferenceSet
add
public org.apache.pluto.om.common.Preference add(java.lang.String name,
java.util.List values)
- Specified by:
add
in interface org.apache.pluto.om.common.PreferenceSetCtrl
remove
public org.apache.pluto.om.common.Preference remove(java.lang.String name)
- Specified by:
remove
in interface org.apache.pluto.om.common.PreferenceSetCtrl
remove
public void remove(org.apache.pluto.om.common.Preference preference)
- Specified by:
remove
in interface org.apache.pluto.om.common.PreferenceSetCtrl
toString
public java.lang.String toString()
- Overrides:
toString
in class java.util.AbstractCollection
toString
public java.lang.String toString(int indent)
getCastorPreferencesValidator
public java.lang.String getCastorPreferencesValidator()
setCastorPreferencesValidator
public void setCastorPreferencesValidator(java.lang.String castorPreferencesValidator)
getCastorPreferences
public java.util.Collection getCastorPreferences()
setClassLoader
public void setClassLoader(java.lang.ClassLoader loader)
addAll
public boolean addAll(java.util.Collection c)
- Specified by:
addAll
in interface java.util.Collection
- Specified by:
addAll
in interface java.util.Set
- Overrides:
addAll
in class java.util.AbstractCollection
- See Also:
makes a deep copy
Copyright © 2003-2009 . All Rights Reserved.