@Entity public class BaseState extends Object implements Serializable
| Constructor and Description |
|---|
BaseState() |
BaseState(org.lsst.ccs.bus.states.StateBundle sb) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlertState() |
String |
getCommandState() |
String |
getConfigState() |
long |
getId() |
String |
getOperationalState() |
String |
getPhaseState() |
void |
setAlertState(String alertState) |
void |
setCommandState(String commandState) |
void |
setConfigState(String configurationState) |
void |
setId(long id) |
void |
setOperationalState(String operationalState) |
void |
setPhaseState(String phaseState) |
String |
toString() |
public BaseState()
public BaseState(org.lsst.ccs.bus.states.StateBundle sb)
public long getId()
public void setId(long id)
public String getAlertState()
public void setAlertState(String alertState)
public String getConfigState()
public void setConfigState(String configurationState)
public String getPhaseState()
public void setPhaseState(String phaseState)
public String getCommandState()
public void setCommandState(String commandState)
public String getOperationalState()
public void setOperationalState(String operationalState)
Copyright © 2017 LSST. All rights reserved.