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

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

public class TableAndJoin<E>
extends Object

Author:
Omnaest

Field Summary
protected  Join<E> join
           
protected  Table<E> table
           
 
Constructor Summary
TableAndJoin(Table<E> table, Join<E> join)
           
 
Method Summary
protected  Join<E> getJoin()
           
protected  Table<E> getTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

protected Table<E> table

join

protected Join<E> join
Constructor Detail

TableAndJoin

public TableAndJoin(Table<E> table,
                    Join<E> join)
Method Detail

getTable

protected Table<E> getTable()
Returns:

getJoin

protected Join<E> getJoin()
Returns:


Copyright © 2011. All Rights Reserved.