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 Details

  • Method Details

    • getClientId

      public String getClientId()
      Returns the clientId.

      Returns:
      the clientId
    • getDescription

      Returns the description.

      Returns:
      the description
    • getElements

      Returns the container elements.

      Returns:
      the elements
    • getElementsChanged

      public boolean getElementsChanged()
      Returns true whether the inheritance information has been changed.

      Returns:
      true if the inheritance information has been changed
    • getElementsMoved

      public boolean getElementsMoved()
      Returns true when the elements have been moved.

      Returns:
      true if the elements have been moved
    • getName

      public String getName()
      Returns the name of the inheritance line.

      Returns:
      the name
    • getTitle

      public String getTitle()
      Returns the title.

      Returns:
      the title
    • isNew

      public boolean isNew()
      Returns if this is a new inheritance reference.

      Returns:
      true if this is a new inheritance reference
    • setClientId

      public void setClientId(String clientId)
      Sets the container reference client id.

      Parameters:
      clientId - the container reference client id to set
    • setDescription

      public void setDescription(String description)
      Sets the description.

      Parameters:
      description - the description to set
    • setElements

      public void setElements(List<CmsContainerElement> elements)
      Sets the container elements.

      Parameters:
      elements - the elements to set
    • setElementsChanged

      public void setElementsChanged(boolean elementsChanged)
      Sets the 'elements changed' flag.

      Parameters:
      elementsChanged - the 'element changed' flag's new value
    • setElementsMoved

      public void setElementsMoved(boolean moved)
      Sets the 'elements moved' flag.

      Parameters:
      moved - the 'element moved' flag's new value
    • setName

      public void setName(String name)
      Sets the name of the inheritance line.

      Parameters:
      name - the name to set
    • setNew

      public void setNew(boolean new1)
      Sets the if this is a new inheritance reference.

      Parameters:
      new1 - true if this is a new inheritance reference
    • setTitle

      public void setTitle(String title)
      Sets the title.

      Parameters:
      title - the title to set