public class CmsInheritanceContainer
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
| 构造器和说明 |
|---|
CmsInheritanceContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getClientId()
Returns the clientId.
|
java.lang.String |
getDescription()
Returns the description.
|
java.util.List<CmsContainerElement> |
getElements()
Returns the container elements.
|
boolean |
getElementsChanged()
Returns true whether the inheritance information has been changed.
|
boolean |
getElementsMoved()
Returns true when the elements have been moved.
|
java.lang.String |
getName()
Returns the name of the inheritance line.
|
java.lang.String |
getTitle()
Returns the title.
|
boolean |
isNew()
Returns if this is a new inheritance reference.
|
void |
setClientId(java.lang.String clientId)
Sets the container reference client id.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setElements(java.util.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 |
setName(java.lang.String name)
Sets the name of the inheritance line.
|
void |
setNew(boolean new1)
Sets the if this is a new inheritance reference.
|
void |
setTitle(java.lang.String title)
Sets the title.
|
public java.lang.String getClientId()
public java.lang.String getDescription()
public java.util.List<CmsContainerElement> getElements()
public boolean getElementsChanged()
public boolean getElementsMoved()
public java.lang.String getName()
public java.lang.String getTitle()
public boolean isNew()
true if this is a new inheritance referencepublic void setClientId(java.lang.String clientId)
clientId - the container reference client id to setpublic void setDescription(java.lang.String description)
description - the description to setpublic void setElements(java.util.List<CmsContainerElement> elements)
elements - the elements to setpublic void setElementsChanged(boolean elementsChanged)
elementsChanged - the 'element changed' flag's new valuepublic void setElementsMoved(boolean moved)
moved - the 'element moved' flag's new valuepublic void setName(java.lang.String name)
name - the name to setpublic void setNew(boolean new1)
new1 - true if this is a new inheritance referencepublic void setTitle(java.lang.String title)
title - the title to set