org.omnaest.utils.structure.table.concrete.internal.selection
Class SelectionExecutor.StripeInternalData<E>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stripeData
protected TableInternal.StripeData<E> stripeData
tableInternal
protected TableInternal<E> tableInternal
SelectionExecutor.StripeInternalData
public SelectionExecutor.StripeInternalData(TableInternal.StripeData<E> stripeData,
TableInternal<E> tableInternal)
- Parameters:
stripeData - tableInternal -
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.