org.omnaest.utils.structure.table.concrete.internal.selection.data
Class TableAndJoin<E>
java.lang.Object
org.omnaest.utils.structure.table.concrete.internal.selection.data.TableAndJoin<E>
- Type Parameters:
E -
public class TableAndJoin<E>
- extends Object
- Author:
- Omnaest
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
table
protected Table<E> table
join
protected Join<E> join
TableAndJoin
public TableAndJoin(Table<E> table,
Join<E> join)
getTable
protected Table<E> getTable()
- Returns:
getJoin
protected Join<E> getJoin()
- Returns:
Copyright © 2011. All Rights Reserved.