com.sas.dataselectors.filters.timebased
Interface TimeBasedFilterAdapterInterface

All Known Implementing Classes:
OLAPTimeBasedFilterAdapter, TimeBasedFilterAdapter

public interface TimeBasedFilterAdapterInterface

Common methods for Time Based Filter Adapters


Method Summary
 java.lang.Object getDataItem()
          Returns the data item the time based filter is working with.
 void setDataItem(java.lang.Object dataItem)
          Sets the data item the time based filter is working with.
 

Method Detail

setDataItem

void setDataItem(java.lang.Object dataItem)
Sets the data item the time based filter is working with.

Parameters:
dataItem - the data item the time based filter is working with. It's a or belongs to a 'Time' dimension

getDataItem

java.lang.Object getDataItem()
Returns the data item the time based filter is working with.

Returns:
the data item the time based filter is working with.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.