Class CompositeModel

java.lang.Object
com.aquima.web.api.model.page.element.ElementModel
com.aquima.web.api.model.page.element.CompositeModel
Direct Known Subclasses:
Container, ContentItem

public abstract class CompositeModel extends ElementModel
This class represents the base viewmodel for containers, pages and documents
Since:
9.2
Author:
A.Pragt
  • Constructor Details

    • CompositeModel

      public CompositeModel()
  • Method Details

    • getChildren

      public List<String> getChildren()
      This method returns the children of the model.
      Returns:
      The children.
    • addChild

      public void addChild(String childId)
      This methods adds a child to the model.
      Parameters:
      childId - The id of the child, never null.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ElementModel
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class ElementModel