Class CmsInheritanceReference


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

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsInheritanceReference​(java.lang.String name, java.lang.String title, java.lang.String description, CmsResource res, java.util.Locale locale)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Returns the description.
      java.util.Locale getLocale()
      Gets the locale.
      java.lang.String getName()
      Gets the configuration name.
      CmsResource getResource()
      Gets the reference resource.
      java.lang.String getTitle()
      Gets the title.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CmsInheritanceReference

        public CmsInheritanceReference​(java.lang.String name,
                                       java.lang.String title,
                                       java.lang.String description,
                                       CmsResource res,
                                       java.util.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 Detail

      • getDescription

        public java.lang.String getDescription()
        Returns the description.

        Returns:
        the description
      • getLocale

        public java.util.Locale getLocale()
        Gets the locale.

        Returns:
        the locale
      • getName

        public java.lang.String getName()
        Gets the configuration name.

        Returns:
        the configuration name
      • getTitle

        public java.lang.String getTitle()
        Gets the title.

        Returns:
        the title