org.omnaest.utils.structure.table.concrete.internal.selection
Class SelectionExecutor.StripeInternalData<E>

java.lang.Object
  extended by org.omnaest.utils.structure.table.concrete.internal.selection.SelectionExecutor.StripeInternalData<E>
Type Parameters:
E -
Enclosing class:
SelectionExecutor<E>

protected static class SelectionExecutor.StripeInternalData<E>
extends Object

Author:
Omnaest
See Also:
TableInternal.StripeInternal, TableInternal.StripeData, TableInternal

Field Summary
protected  TableInternal.StripeData<E> stripeData
           
protected  TableInternal<E> tableInternal
           
 
Constructor Summary
SelectionExecutor.StripeInternalData(TableInternal.StripeData<E> stripeData, TableInternal<E> tableInternal)
           
 
Method Summary
 TableInternal.StripeData<E> getStripeData()
           
 TableInternal<E> getTableInternal()
           
 boolean isValid()
          Returns true if the getStripeData() and getTableInternal() are not null
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stripeData

protected TableInternal.StripeData<E> stripeData

tableInternal

protected TableInternal<E> tableInternal
Constructor Detail

SelectionExecutor.StripeInternalData

public SelectionExecutor.StripeInternalData(TableInternal.StripeData<E> stripeData,
                                            TableInternal<E> tableInternal)
Parameters:
stripeData -
tableInternal -
Method Detail

getStripeData

public TableInternal.StripeData<E> getStripeData()
Returns:

getTableInternal

public TableInternal<E> getTableInternal()
Returns:

isValid

public boolean isValid()
Returns true if the getStripeData() and getTableInternal() are not null

Returns:


Copyright © 2011. All Rights Reserved.