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 SummaryFieldsModifier and TypeFieldDescriptionprotected booleanprotected boolean
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanvoidsetEntityTreeHasSimpleAttrs(boolean entityTreeHasSimpleAttrs) voidsetEntityTreeRootHasCollections(boolean entityTreeRootHasCollections) 
- 
Field Details- 
entityTreeHasSimpleAttrsprotected boolean entityTreeHasSimpleAttrs
- 
entityTreeRootHasCollectionsprotected boolean entityTreeRootHasCollections
 
- 
- 
Constructor Details- 
EntityTreeStructureInfopublic EntityTreeStructureInfo()
 
- 
- 
Method Details- 
isEntityTreeHasSimpleAttrspublic boolean isEntityTreeHasSimpleAttrs()
- 
setEntityTreeHasSimpleAttrspublic void setEntityTreeHasSimpleAttrs(boolean entityTreeHasSimpleAttrs) 
- 
isEntityTreeRootHasCollectionspublic boolean isEntityTreeRootHasCollections()
- 
setEntityTreeRootHasCollectionspublic void setEntityTreeRootHasCollections(boolean entityTreeRootHasCollections) 
 
-