Class LocalizedValue
Object
com.liferay.dynamic.data.mapping.kernel.LocalizedValue
- All Implemented Interfaces:
Value,Serializable
- Author:
- Pablo Carvalho
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLocalizedValue(LocalizedValue localizedValue) LocalizedValue(Locale defaultLocale) -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleaninthashCode()booleanvoidsetDefaultLocale(Locale defaultLocale)
-
Constructor Details
-
LocalizedValue
public LocalizedValue() -
LocalizedValue
-
LocalizedValue
-
-
Method Details
-
addString
-
equals
-
getAvailableLocales
- Specified by:
getAvailableLocalesin interfaceValue
-
getDefaultLocale
- Specified by:
getDefaultLocalein interfaceValue
-
getString
-
getValues
-
hashCode
public int hashCode() -
isLocalized
public boolean isLocalized()- Specified by:
isLocalizedin interfaceValue
-
setDefaultLocale
- Specified by:
setDefaultLocalein interfaceValue
-