org.omnaest.utils.structure.table.concrete.internal.selection.data
Class SelectionData<E>

java.lang.Object
  extended by org.omnaest.utils.structure.table.concrete.internal.selection.data.SelectionData<E>
Type Parameters:
E -

public class SelectionData<E>
extends Object

Author:
Omnaest
See Also:
SelectionImpl

Constructor Summary
SelectionData()
           
 
Method Summary
 List<Table.Column<E>> getColumnList()
           
 Map<Table.Column<E>,TableSelectable.Selection.Order> getColumnToOrderMap()
           
 List<PredicateFilter<E>> getPredicateFilterList()
           
 List<PredicateJoiner<E>> getPredicateJoinerList()
           
 Map<Table<E>,Join<E>> getTableToJoinMap()
           
 int getTopNumberOfRows()
           
 boolean isDistinct()
           
 boolean isSelectAllColumns()
           
 void setDistinct(boolean distinct)
           
 void setSelectAllColumns(boolean selectAllColumns)
           
 void setTopNumberOfRows(int topNumberOfRows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionData

public SelectionData()
Method Detail

getColumnList

public List<Table.Column<E>> getColumnList()
Returns:

isSelectAllColumns

public boolean isSelectAllColumns()
Returns:

setSelectAllColumns

public void setSelectAllColumns(boolean selectAllColumns)
Parameters:
selectAllColumns -

getTableToJoinMap

public Map<Table<E>,Join<E>> getTableToJoinMap()
Returns:
the tableToJoinMap

getColumnToOrderMap

public Map<Table.Column<E>,TableSelectable.Selection.Order> getColumnToOrderMap()
Returns:
the columnToOrderMap

isDistinct

public boolean isDistinct()
Returns:
the distinct

setDistinct

public void setDistinct(boolean distinct)
Parameters:
distinct - the distinct to set

getPredicateJoinerList

public List<PredicateJoiner<E>> getPredicateJoinerList()
Returns:
the predicateJoinerList

getPredicateFilterList

public List<PredicateFilter<E>> getPredicateFilterList()
Returns:
the predicateFilterList

getTopNumberOfRows

public int getTopNumberOfRows()
Returns:
the topNumberOfRows

setTopNumberOfRows

public void setTopNumberOfRows(int topNumberOfRows)
Parameters:
topNumberOfRows - the topNumberOfRows to set


Copyright © 2011. All Rights Reserved.