Class CmsInheritanceReference

java.lang.Object
org.opencms.ade.containerpage.inherited.CmsInheritanceReference

public class CmsInheritanceReference extends Object
Reference to an container inheritance configuration.

  • Constructor Details

    • CmsInheritanceReference

      public CmsInheritanceReference(String name, String title, String description, CmsResource res, Locale locale)
      Creates a new instance.

      Parameters:
      name - the container configuration name
      title - the title
      description - the description
      res - the resource
      locale - the locale
  • Method Details

    • getDescription

      Returns the description.

      Returns:
      the description
    • getLocale

      public Locale getLocale()
      Gets the locale.

      Returns:
      the locale
    • getName

      public String getName()
      Gets the configuration name.

      Returns:
      the configuration name
    • getResource

      Gets the reference resource.

      Returns:
      the reference resource
    • getTitle

      public String getTitle()
      Gets the title.

      Returns:
      the title