Class CmsInheritanceContainer
java.lang.Object
org.opencms.ade.containerpage.shared.CmsInheritanceContainer
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsInheritanceContainer
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
The inheritance container data.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the clientId.Returns the description.Returns the container elements.boolean
Returns true whether the inheritance information has been changed.boolean
Returns true when the elements have been moved.getName()
Returns the name of the inheritance line.getTitle()
Returns the title.boolean
isNew()
Returns if this is a new inheritance reference.void
setClientId
(String clientId) Sets the container reference client id.void
setDescription
(String description) Sets the description.void
setElements
(List<CmsContainerElement> elements) Sets the container elements.void
setElementsChanged
(boolean elementsChanged) Sets the 'elements changed' flag.void
setElementsMoved
(boolean moved) Sets the 'elements moved' flag.void
Sets the name of the inheritance line.void
setNew
(boolean new1) Sets the if this is a new inheritance reference.void
Sets the title.
-
Constructor Details
-
CmsInheritanceContainer
public CmsInheritanceContainer()
-
-
Method Details
-
getClientId
Returns the clientId.- Returns:
- the clientId
-
getDescription
Returns the description.- Returns:
- the description
-
getElements
Returns the container elements.- Returns:
- the elements
-
getElementsChanged
Returns true whether the inheritance information has been changed.- Returns:
- true if the inheritance information has been changed
-
getElementsMoved
Returns true when the elements have been moved.- Returns:
- true if the elements have been moved
-
getName
Returns the name of the inheritance line.- Returns:
- the name
-
getTitle
Returns the title.- Returns:
- the title
-
isNew
Returns if this is a new inheritance reference.- Returns:
true
if this is a new inheritance reference
-
setClientId
Sets the container reference client id.- Parameters:
clientId
- the container reference client id to set
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-
setElements
Sets the container elements.- Parameters:
elements
- the elements to set
-
setElementsChanged
Sets the 'elements changed' flag.- Parameters:
elementsChanged
- the 'element changed' flag's new value
-
setElementsMoved
Sets the 'elements moved' flag.- Parameters:
moved
- the 'element moved' flag's new value
-
setName
Sets the name of the inheritance line.- Parameters:
name
- the name to set
-
setNew
Sets the if this is a new inheritance reference.- Parameters:
new1
-true
if this is a new inheritance reference
-
setTitle
Sets the title.- Parameters:
title
- the title to set
-