com.liferay.faces.bridge.preference
Class MutablePreferenceMapEntry

java.lang.Object
  extended by com.liferay.faces.util.map.AbstractPropertyMapEntry<Preference>
      extended by com.liferay.faces.bridge.preference.MutablePreferenceMapEntry
All Implemented Interfaces:
Map.Entry<String,Preference>

public class MutablePreferenceMapEntry
extends AbstractPropertyMapEntry<Preference>

Author:
Neil Griffin

Constructor Summary
MutablePreferenceMapEntry(Preference preference, String name)
           
 
Method Summary
 Preference getValue()
           
 Preference setValue(Preference preference)
           
 
Methods inherited from class com.liferay.faces.util.map.AbstractPropertyMapEntry
getKey, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

MutablePreferenceMapEntry

public MutablePreferenceMapEntry(Preference preference,
                                 String name)
Method Detail

getValue

public Preference getValue()

setValue

public Preference setValue(Preference preference)


Copyright © 2014 Liferay, Inc.. All Rights Reserved.