java.lang.Object
net.datenwerke.rs.base.service.reportengines.table.entities.filters.PreFilter
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 PreFilter extends Object implements Serializable
See Also:
  • Constructor Details

    • PreFilter

      public PreFilter()
  • Method Details

    • getRootBlock

      public FilterBlock getRootBlock()
    • setRootBlock

      public void setRootBlock(FilterBlock rootBlock)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getVersion

      public Long getVersion()
    • setVersion

      public void setVersion(Long version)
    • getRootBlockType

      public BlockType getRootBlockType()
    • setRootBlockType

      public void setRootBlockType(BlockType rootBlockType)
    • initBlockTypes

      public void initBlockTypes()
    • getAllColumns

      public Collection<Column> getAllColumns()