Class EntityTreeStructureInfo

java.lang.Object
io.jmix.reports.app.EntityTreeStructureInfo
All Implemented Interfaces:
Serializable

public class EntityTreeStructureInfo extends Object implements Serializable
That class is used in report wizard creator cause that wizard need info about entity attributes
See Also:
  • Field Details

    • entityTreeHasSimpleAttrs

      protected boolean entityTreeHasSimpleAttrs
    • entityTreeRootHasCollections

      protected boolean entityTreeRootHasCollections
  • Constructor Details

    • EntityTreeStructureInfo

      public EntityTreeStructureInfo()
  • Method Details

    • isEntityTreeHasSimpleAttrs

      public boolean isEntityTreeHasSimpleAttrs()
    • setEntityTreeHasSimpleAttrs

      public void setEntityTreeHasSimpleAttrs(boolean entityTreeHasSimpleAttrs)
    • isEntityTreeRootHasCollections

      public boolean isEntityTreeRootHasCollections()
    • setEntityTreeRootHasCollections

      public void setEntityTreeRootHasCollections(boolean entityTreeRootHasCollections)