Package io.jmix.reports.app
Class EntityTreeStructureInfo
java.lang.Object
io.jmix.reports.app.EntityTreeStructureInfo
- All Implemented Interfaces:
Serializable
That class is used in report wizard creator cause that wizard need info about entity attributes
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setEntityTreeHasSimpleAttrs
(boolean entityTreeHasSimpleAttrs) void
setEntityTreeRootHasCollections
(boolean entityTreeRootHasCollections)
-
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)
-