Class UnlocalizedValue
java.lang.Object
com.liferay.dynamic.data.mapping.model.UnlocalizedValue
- All Implemented Interfaces:
Value,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnlocalizedValue(UnlocalizedValue unlocalizedValue) UnlocalizedValue(String value) -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleaninthashCode()booleanvoidremoveLocale(Locale locale) voidsetDefaultLocale(Locale defaultLocale)
-
Constructor Details
-
UnlocalizedValue
-
UnlocalizedValue
-
-
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
-
removeLocale
- Specified by:
removeLocalein interfaceValue
-
setDefaultLocale
- Specified by:
setDefaultLocalein interfaceValue
-