Class FilterBlock
java.lang.Object
net.datenwerke.rs.base.service.reportengines.table.entities.filters.FilterBlock
- All Implemented Interfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@GenerateDto(dtoPackage="net.datenwerke.rs.base.client.reportengines.table.dto",
createDecorator=true)
public class FilterBlock
extends Object
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasMap()getId()voidinitBlockTypes(BlockType blockType) voidsetChildBlocks(Set<FilterBlock> childBlocks) voidsetDescription(String description) voidsetFilters(Set<FilterSpec> filters) voidvoidsetVersion(Long version)
-
Constructor Details
-
FilterBlock
public FilterBlock()
-
-
Method Details
-
getFilters
-
setFilters
-
getChildBlocks
-
setChildBlocks
-
getId
-
setId
-
getVersion
-
setVersion
-
getDescription
-
setDescription
-
initBlockTypes
-
getBlockType
-
asMap
-