public CheckColumnFilterStrategy(ALVColumn column) { this.owner = column; }
public TextColumnFilterStrategy(ALVColumn column, bool fullCompare) { this.owner = column; this.fullCompare = fullCompare; }