org.opencms.ade.containerpage.inherited
Class CmsInheritanceReference

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

public class CmsInheritanceReference
extends java.lang.Object

Reference to an container inheritance configuration.


Constructor Summary
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
 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

getResource

public CmsResource getResource()
Gets the reference resource.

Returns:
the reference resource

getTitle

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

Returns:
the title