Class LocalizedValue
java.lang.Object
com.liferay.dynamic.data.mapping.model.LocalizedValue
- All Implemented Interfaces:
Value
,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLocalizedValue
(LocalizedValue localizedValue) LocalizedValue
(Locale defaultLocale) -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
int
hashCode()
boolean
void
removeLocale
(Locale locale) void
setDefaultLocale
(Locale defaultLocale)
-
Constructor Details
-
LocalizedValue
public LocalizedValue() -
LocalizedValue
-
LocalizedValue
-
-
Method Details
-
addString
-
equals
-
getAvailableLocales
- Specified by:
getAvailableLocales
in interfaceValue
-
getDefaultLocale
- Specified by:
getDefaultLocale
in interfaceValue
-
getString
-
getValues
-
hashCode
public int hashCode() -
isLocalized
public boolean isLocalized()- Specified by:
isLocalized
in interfaceValue
-
removeLocale
- Specified by:
removeLocale
in interfaceValue
-
setDefaultLocale
- Specified by:
setDefaultLocale
in interfaceValue
-