public class NmeaDataSourceVO extends DataSourceVO<NmeaDataSourceVO>
DataSourceVO.Type
Modifier and Type | Field and Description |
---|---|
private int |
baudRate |
private java.lang.String |
commPortId |
private static ExportCodes |
EVENT_CODES |
private int |
resetTimeout |
private static long |
serialVersionUID |
static DataSourceVO.Type |
TYPE |
private static int |
version |
XID_PREFIX
Constructor and Description |
---|
NmeaDataSourceVO() |
Modifier and Type | Method and Description |
---|---|
protected void |
addEventTypes(java.util.List<EventTypeVO> ets) |
protected void |
addPropertiesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list) |
protected void |
addPropertyChangesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list,
NmeaDataSourceVO from) |
DataSourceRT |
createDataSourceRT() |
NmeaPointLocatorVO |
createPointLocator() |
int |
getBaudRate() |
java.lang.String |
getCommPortId() |
com.serotonin.web.i18n.LocalizableMessage |
getConnectionDescription() |
ExportCodes |
getEventCodes() |
int |
getResetTimeout() |
DataSourceVO.Type |
getType() |
private void |
readObject(java.io.ObjectInputStream in) |
void |
setBaudRate(int baudRate) |
void |
setCommPortId(java.lang.String commPortId) |
void |
setResetTimeout(int resetTimeout) |
void |
validate(com.serotonin.web.dwr.DwrResponseI18n response) |
private void |
writeObject(java.io.ObjectOutputStream out) |
addProperties, addPropertyChanges, copy, createDataSourceVO, createEventType, createEventType, deserializeUpdatePeriodType, generateXid, getAlarmLevel, getEventType, getEventTypes, getId, getMessage, getName, getTypeKey, getXid, isEnabled, isNew, jsonDeserialize, jsonSerialize, serializeUpdatePeriodType, setAlarmLevel, setEnabled, setId, setName, setXid
public static final DataSourceVO.Type TYPE
private static final ExportCodes EVENT_CODES
private java.lang.String commPortId
private int baudRate
private int resetTimeout
private static final long serialVersionUID
private static final int version
protected void addEventTypes(java.util.List<EventTypeVO> ets)
addEventTypes
in class DataSourceVO<NmeaDataSourceVO>
public ExportCodes getEventCodes()
getEventCodes
in class DataSourceVO<NmeaDataSourceVO>
public com.serotonin.web.i18n.LocalizableMessage getConnectionDescription()
getConnectionDescription
in class DataSourceVO<NmeaDataSourceVO>
public DataSourceVO.Type getType()
getType
in class DataSourceVO<NmeaDataSourceVO>
public DataSourceRT createDataSourceRT()
createDataSourceRT
in class DataSourceVO<NmeaDataSourceVO>
public NmeaPointLocatorVO createPointLocator()
createPointLocator
in class DataSourceVO<NmeaDataSourceVO>
public java.lang.String getCommPortId()
public void setCommPortId(java.lang.String commPortId)
public int getBaudRate()
public void setBaudRate(int baudRate)
public int getResetTimeout()
public void setResetTimeout(int resetTimeout)
public void validate(com.serotonin.web.dwr.DwrResponseI18n response)
validate
in class DataSourceVO<NmeaDataSourceVO>
protected void addPropertiesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list)
addPropertiesImpl
in class DataSourceVO<NmeaDataSourceVO>
protected void addPropertyChangesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list, NmeaDataSourceVO from)
addPropertyChangesImpl
in class DataSourceVO<NmeaDataSourceVO>
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException
java.io.IOException