Class CmsInheritanceReference
java.lang.Object
org.opencms.ade.containerpage.inherited.CmsInheritanceReference
Reference to an container inheritance configuration.
-
Constructor Summary
ConstructorDescriptionCmsInheritanceReference
(String name, String title, String description, CmsResource res, Locale locale) Creates a new instance. -
Method Summary
-
Constructor Details
-
CmsInheritanceReference
public CmsInheritanceReference(String name, String title, String description, CmsResource res, Locale locale) Creates a new instance.- Parameters:
name
- the container configuration nametitle
- the titledescription
- the descriptionres
- the resourcelocale
- the locale
-
-
Method Details
-
getDescription
Returns the description.- Returns:
- the description
-
getLocale
Gets the locale.- Returns:
- the locale
-
getName
Gets the configuration name.- Returns:
- the configuration name
-
getResource
Gets the reference resource.- Returns:
- the reference resource
-
getTitle
Gets the title.- Returns:
- the title
-