Class FilteredTableAlias
- java.lang.Object
-
- com.streambase.liveview.client.dynamictables.FilteredTableAlias
-
public class FilteredTableAlias extends Object
This class represents the filtered-table-alias entries in an LVConf file.- Since:
- 2.1.4
-
-
Constructor Summary
Constructors Constructor Description FilteredTableAlias()FilteredTableAlias(String filter, String formatter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilter()StringgetFormatter()booleanisComplete()voidsetFilter(String filter)voidsetFormatter(String formatter)
-
-
-
Method Detail
-
getFilter
public String getFilter()
- Returns:
- the selector
-
setFilter
public void setFilter(String filter)
- Parameters:
filter- the selector to set
-
getFormatter
public String getFormatter()
- Returns:
- the formatter
-
setFormatter
public void setFormatter(String formatter)
- Parameters:
formatter- the formatter to set
-
isComplete
public boolean isComplete()
-
-