LocalizationResourceView Interface
- public interface LocalizationResourceView
extends Serializable
A representation of a LocalizationResource as a view. Can be used
to get the LocalizationResource, LocalizationIntersectionId,
LocalizationLocalId, Local description and title.
-
All Superinterfaces
-
Serializable
getDescription() Method
public String getDescription()
getLocale() Method
public Locale getLocale()
getLocalizationIntersectionId() Method
public LocalizationIntersectionId getLocalizationIntersectionId()
getLocalizationLocaleId() Method
public LocalizationLocaleId getLocalizationLocaleId()
getLocalizationResource() Method
public LocalizationResource getLocalizationResource()
getTitle() Method
public String getTitle()