public class SurveillanceViewConfiguration extends Object implements Serializable
Constructor and Description |
---|
SurveillanceViewConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsView(String name)
Checks whether this configuration instance contains a view with the given name.
|
boolean |
equals(Object o) |
String |
getDefaultView()
Returns the name of the default view.
|
List<View> |
getViews()
Returns the list of views.
|
int |
hashCode() |
void |
setDefaultView(String defaultView)
Sets the default view.
|
String |
toString() |
public String getDefaultView()
public void setDefaultView(String defaultView)
defaultView
- the name of the default view to usepublic boolean containsView(String name)
name
- the name to search forCopyright © 2017. All rights reserved.