public static class AbstractMonitorView1.Descriptor extends Object implements MonitorView.Descriptor
| Constructor and Description |
|---|
Descriptor() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
getCreator()
Returns a descriptor of the creator of this view.
|
String |
getName()
Returns the name of the view.
|
void |
setCreator(Serializable creator)
Sets a descriptor of the creator of this view.
|
void |
setName(String name)
Sets the name of the view.
|
public Serializable getCreator()
getCreator in interface MonitorView.Descriptorpublic void setCreator(Serializable creator)
setCreator in interface MonitorView.Descriptorcreator - Creator descriptor.public String getName()
getName in interface MonitorView.Descriptorpublic void setName(String name)
setName in interface MonitorView.Descriptorname - View name.Copyright © 2018 LSST. All rights reserved.