Class PKColumnFilterSource

java.lang.Object
net.sf.jailer.datamodel.PKColumnFilterSource
All Implemented Interfaces:
FilterSource

public class PKColumnFilterSource extends Object implements FilterSource
Source of Filter derived from primary key column.
Author:
Wisser
  • Field Details

    • table

      public final Table table
      The table owning the primary key column.
    • column

      public final Column column
      The primary key column that is the source of the filter.
  • Constructor Details

    • PKColumnFilterSource

      public PKColumnFilterSource(Table table, Column column)
      Constructor.
      Parameters:
      table - the table
      column - primary key column
  • Method Details

    • getDescription

      public String getDescription()
      Gets clear text description of what the source is.
      Specified by:
      getDescription in interface FilterSource
      Returns:
      clear text description