|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.containerpage.inherited.CmsInheritanceReference
public class CmsInheritanceReference
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 |
|---|
public CmsInheritanceReference(java.lang.String name,
java.lang.String title,
java.lang.String description,
CmsResource res,
java.util.Locale locale)
name - the container configuration nametitle - the titledescription - the descriptionres - the resourcelocale - the locale| Method Detail |
|---|
public java.lang.String getDescription()
public java.util.Locale getLocale()
public java.lang.String getName()
public CmsResource getResource()
public java.lang.String getTitle()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||