public class LocalizationResourceInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_LOCALE
Constant defining default locale when a locale is not explicitly specified
|
Constructor and Description |
---|
LocalizationResourceInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Get the unique identifier for the
LocalizationResourceInfo . |
String |
getLocale()
Get the locale associated with
LocalizationResourceInfo . |
byte[] |
getLocalizationDataBytes() |
Map<String,String> |
getLocalizationResourceMap()
Gets the localization resource map for this object
|
void |
setId(String id)
Set the unique identifier for the
LocalizationResourceInfo . |
void |
setLocale(String locale)
Set the locale for
LocalizationResourceInfo . |
void |
setLocalizationDataBytes(byte[] localizationDataBytes) |
void |
setLocalizationResourceMap(Map<String,String> l10nResourceMap)
Sets the localization resource map for this object
|
public static String DEFAULT_LOCALE
public String getId()
LocalizationResourceInfo
.public void setId(String id)
LocalizationResourceInfo
.id
- The unique identifier.public String getLocale()
LocalizationResourceInfo
.public void setLocale(String locale)
LocalizationResourceInfo
.locale
- e.g en_US.public Map<String,String> getLocalizationResourceMap()
public void setLocalizationResourceMap(Map<String,String> l10nResourceMap)
l10nResourceMap
- localization resource mappublic byte[] getLocalizationDataBytes()
public void setLocalizationDataBytes(byte[] localizationDataBytes)
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.