public class SelectionImpl extends java.lang.Object implements Selection, java.io.Serializable
| Constructor and Description |
|---|
SelectionImpl() |
| Modifier and Type | Method and Description |
|---|---|
CategorySelection |
createCategorySelection()
Factory method.
|
FilterSelection |
createFilterSelection()
Factory method.
|
CategorySelection |
getCategorySelection()
Accessor method.
|
FilterSelection |
getFilterSelection()
Accessor method.
|
boolean |
getReducedMaskedSelection()
Accessor method.
|
void |
setCategorySelection(CategorySelection newCategories)
Accessor method.
|
void |
setFilterSelection(FilterSelection newFilters)
Accessor method.
|
void |
setReducedMaskedSelection(boolean newReducedMasked)
Accessor method.
|
java.lang.String |
toString() |
public CategorySelection createCategorySelection()
SelectioncreateCategorySelection in interface Selectionpublic FilterSelection createFilterSelection()
SelectioncreateFilterSelection in interface Selectionpublic CategorySelection getCategorySelection()
SelectiongetCategorySelection in interface Selectionpublic void setCategorySelection(CategorySelection newCategories)
SelectionsetCategorySelection in interface SelectionnewCategories - the alarm categories selectionpublic FilterSelection getFilterSelection()
SelectiongetFilterSelection in interface Selectionpublic void setFilterSelection(FilterSelection newFilters)
SelectionsetFilterSelection in interface SelectionnewFilters - the alarm property filters selectionpublic boolean getReducedMaskedSelection()
SelectiongetReducedMaskedSelection in interface Selectionpublic void setReducedMaskedSelection(boolean newReducedMasked)
SelectionsetReducedMaskedSelection in interface SelectionnewReducedMasked - the reduced&masked selection flag. If set to TRUE,
only the changes resulting from reduction
and masking analysis are distributed to the client, filtering
out all the changes being reduced or masked.public java.lang.String toString()
toString in class java.lang.Object