Class CmsInheritanceContainer

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class CmsInheritanceContainer
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    The inheritance container data.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getClientId

        public java.lang.String getClientId()
        Returns the clientId.

        Returns:
        the clientId
      • getDescription

        public java.lang.String getDescription()
        Returns the description.

        Returns:
        the description
      • 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 java.lang.String getName()
        Returns the name of the inheritance line.

        Returns:
        the name
      • getTitle

        public java.lang.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​(java.lang.String clientId)
        Sets the container reference client id.

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

        public void setDescription​(java.lang.String description)
        Sets the description.

        Parameters:
        description - the description to set
      • setElements

        public void setElements​(java.util.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​(java.lang.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​(java.lang.String title)
        Sets the title.

        Parameters:
        title - the title to set