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 Details

    • FilterBlock

      public FilterBlock()
  • Method Details

    • getFilters

      public Set<FilterSpec> getFilters()
    • setFilters

      public void setFilters(Set<FilterSpec> filters)
    • getChildBlocks

      public Set<FilterBlock> getChildBlocks()
    • setChildBlocks

      public void setChildBlocks(Set<FilterBlock> childBlocks)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getVersion

      public Long getVersion()
    • setVersion

      public void setVersion(Long version)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • initBlockTypes

      public void initBlockTypes(BlockType blockType)
    • getBlockType

      public BlockType getBlockType()
    • asMap

      public Map<BlockType,Object> asMap()