Liferay 7.0-ce-b4

com.liferay.portlet.dynamicdatamapping
Class UnlocalizedValue

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.UnlocalizedValue
All Implemented Interfaces:
Value, Serializable

public class UnlocalizedValue
extends Object
implements Value

See Also:
Serialized Form

Constructor Summary
UnlocalizedValue(String value)
           
UnlocalizedValue(UnlocalizedValue unlocalizedValue)
           
 
Method Summary
 void addString(Locale locale, String value)
           
 boolean equals(Object obj)
           
 Set<Locale> getAvailableLocales()
           
 Locale getDefaultLocale()
           
 String getString(Locale locale)
           
 Map<Locale,String> getValues()
           
 int hashCode()
           
 boolean isLocalized()
           
 void setDefaultLocale(Locale defaultLocale)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnlocalizedValue

public UnlocalizedValue(String value)

UnlocalizedValue

public UnlocalizedValue(UnlocalizedValue unlocalizedValue)
Method Detail

addString

public void addString(Locale locale,
                      String value)
Specified by:
addString in interface Value

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getAvailableLocales

public Set<Locale> getAvailableLocales()
Specified by:
getAvailableLocales in interface Value

getDefaultLocale

public Locale getDefaultLocale()
Specified by:
getDefaultLocale in interface Value

getString

public String getString(Locale locale)
Specified by:
getString in interface Value

getValues

public Map<Locale,String> getValues()
Specified by:
getValues in interface Value

hashCode

public int hashCode()
Overrides:
hashCode in class Object

isLocalized

public boolean isLocalized()
Specified by:
isLocalized in interface Value

setDefaultLocale

public void setDefaultLocale(Locale defaultLocale)
Specified by:
setDefaultLocale in interface Value

Liferay 7.0-ce-b4