public class ControlledObject extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
alarmState |
protected String |
objectID
A character string identifying the object.
|
protected int |
statusState
A value indicating the status of the object.
|
Constructor and Description |
---|
ControlledObject() |
Modifier and Type | Method and Description |
---|---|
int |
getAlarmState() |
int |
getStatusState() |
void |
setAlarmState(int value) |
void |
setStatusState(int value) |
protected int alarmState
protected int statusState
public ControlledObject()
public int getAlarmState()
public void setAlarmState(int value)
public int getStatusState()
public void setStatusState(int value)