Liferay 7.0-ce-b4

com.liferay.portal.kernel.settings
Class LocalizedValuesMap

java.lang.Object
  extended by com.liferay.portal.kernel.settings.LocalizedValuesMap

public class LocalizedValuesMap
extends Object


Constructor Summary
LocalizedValuesMap()
           
LocalizedValuesMap(String defaultValue)
           
 
Method Summary
 String get(Locale locale)
           
 String getDefaultValue()
           
 Map<Locale,String> getValues()
           
 void put(Locale locale, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizedValuesMap

public LocalizedValuesMap()

LocalizedValuesMap

public LocalizedValuesMap(String defaultValue)
Method Detail

get

public String get(Locale locale)

getDefaultValue

public String getDefaultValue()

getValues

public Map<Locale,String> getValues()

put

public void put(Locale locale,
                String value)

Liferay 7.0-ce-b4