com.adobe.icc.dbforms.obj
Class LocalizationResourceInfo

java.lang.Object
  extended by com.adobe.icc.dbforms.obj.LocalizationResourceInfo
All Implemented Interfaces:
java.io.Serializable

public class LocalizationResourceInfo
extends java.lang.Object
implements java.io.Serializable

Class containing localization information for a particular locale

See Also:
Serialized Form

Field Summary
static java.lang.String DEFAULT_LOCALE
          Constant defining default locale when a locale is not explicitly specified
 
Constructor Summary
LocalizationResourceInfo()
           
 
Method Summary
 java.lang.String getId()
          Get the unique identifier for the LocalizationResourceInfo.
 java.lang.String getLocale()
          Get the locale associated with LocalizationResourceInfo.
 byte[] getLocalizationDataBytes()
           
 java.util.Map getLocalizationResourceMap()
          Gets the localization resource map for this object
 void setId(java.lang.String id)
          Set the unique identifier for the LocalizationResourceInfo.
 void setLocale(java.lang.String locale)
          Set the locale for LocalizationResourceInfo.
 void setLocalizationDataBytes(byte[] localizationDataBytes)
           
 void setLocalizationResourceMap(java.util.Map l10nResourceMap)
          Sets the localization resource map for this object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_LOCALE

public static java.lang.String DEFAULT_LOCALE
Constant defining default locale when a locale is not explicitly specified

Constructor Detail

LocalizationResourceInfo

public LocalizationResourceInfo()
Method Detail

getId

public java.lang.String getId()
Get the unique identifier for the LocalizationResourceInfo.

Returns:
The unique identifier.

setId

public void setId(java.lang.String id)
Set the unique identifier for the LocalizationResourceInfo.

Parameters:
id - The unique identifier.

getLocale

public java.lang.String getLocale()
Get the locale associated with LocalizationResourceInfo.

Returns:
locale e.g en_US.

setLocale

public void setLocale(java.lang.String locale)
Set the locale for LocalizationResourceInfo.

Parameters:
locale - e.g en_US.

getLocalizationResourceMap

public java.util.Map getLocalizationResourceMap()
Gets the localization resource map for this object

Returns:
localization resource map

setLocalizationResourceMap

public void setLocalizationResourceMap(java.util.Map l10nResourceMap)
Sets the localization resource map for this object

Parameters:
localizationResourceMap - localization resource map

getLocalizationDataBytes

public byte[] getLocalizationDataBytes()

setLocalizationDataBytes

public void setLocalizationDataBytes(byte[] localizationDataBytes)


[an error occurred while processing this directive] [an error occurred while processing this directive]