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
This class represents the base viewmodel for containers, pages and documents
- Since:
- 9.2
- Author:
- A.Pragt
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.aquima.web.api.model.page.element.ElementModel
addProperty, getFunctionalKey, getKey, getName, getProperties, getStyles, getType, setFunctionalKey, setKey, setName
-
Constructor Details
-
CompositeModel
public CompositeModel()
-
-
Method Details
-
getChildren
This method returns the children of the model.- Returns:
- The children.
-
addChild
This methods adds a child to the model.- Parameters:
childId
- The id of the child, never null.
-
hashCode
public int hashCode()- Overrides:
hashCode
in classElementModel
-
equals
- Overrides:
equals
in classElementModel
-