public class IEC101SerialDataSourceVO extends IEC101DataSourceVO<IEC101SerialDataSourceVO>
DataSourceVO.Type
Modifier and Type | Field and Description |
---|---|
private int |
baudRate |
private java.lang.String |
commPortId |
private int |
dataBits |
private int |
flowControlIn |
private int |
flowControlOut |
private int |
parity |
private static long |
serialVersionUID |
private int |
stopBits |
static DataSourceVO.Type |
TYPE |
private static int |
version |
XID_PREFIX
Constructor and Description |
---|
IEC101SerialDataSourceVO() |
Modifier and Type | Method and Description |
---|---|
protected void |
addPropertiesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list) |
protected void |
addPropertyChangesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list,
IEC101SerialDataSourceVO from) |
DataSourceRT |
createDataSourceRT() |
int |
getBaudRate() |
java.lang.String |
getCommPortId() |
com.serotonin.web.i18n.LocalizableMessage |
getConnectionDescription() |
int |
getDataBits() |
int |
getFlowControlIn() |
int |
getFlowControlOut() |
int |
getParity() |
int |
getStopBits() |
DataSourceVO.Type |
getType() |
private void |
readObject(java.io.ObjectInputStream in) |
void |
setBaudRate(int baudRate) |
void |
setCommPortId(java.lang.String commPortId) |
void |
setDataBits(int dataBits) |
void |
setFlowControlIn(int flowControlIn) |
void |
setFlowControlOut(int flowControlOut) |
void |
setParity(int parity) |
void |
setStopBits(int stopBits) |
void |
validate(com.serotonin.web.dwr.DwrResponseI18n response) |
private void |
writeObject(java.io.ObjectOutputStream out) |
addEventTypes, createPointLocator, getAsduAddress, getAsduAddressSize, getClockSynchRelativePeriod, getCotSize, getEventCodes, getGiRelativePeriod, getLinkLayerAddress, getLinkLayerAddressSize, getObjectAddressSize, getRetries, getTimeout, getTransmissionProcedure, getUpdatePeriods, getUpdatePeriodType, isQuantize, jsonDeserialize, jsonSerialize, setAsduAddress, setAsduAddressSize, setClockSynchRelativePeriod, setCotSize, setGiRelativePeriod, setLinkLayerAddress, setLinkLayerAddressSize, setObjectAddressSize, setQuantize, setRetries, setTimeout, setTransmissionProcedure, setUpdatePeriods, setUpdatePeriodType
addProperties, addPropertyChanges, copy, createDataSourceVO, createEventType, createEventType, deserializeUpdatePeriodType, generateXid, getAlarmLevel, getEventType, getEventTypes, getId, getMessage, getName, getTypeKey, getXid, isEnabled, isNew, serializeUpdatePeriodType, setAlarmLevel, setEnabled, setId, setName, setXid
public static final DataSourceVO.Type TYPE
private java.lang.String commPortId
private int baudRate
private int flowControlIn
private int flowControlOut
private int dataBits
private int stopBits
private int parity
private static final long serialVersionUID
private static final int version
public com.serotonin.web.i18n.LocalizableMessage getConnectionDescription()
getConnectionDescription
in class DataSourceVO<IEC101SerialDataSourceVO>
public DataSourceVO.Type getType()
getType
in class DataSourceVO<IEC101SerialDataSourceVO>
public DataSourceRT createDataSourceRT()
createDataSourceRT
in class DataSourceVO<IEC101SerialDataSourceVO>
public void validate(com.serotonin.web.dwr.DwrResponseI18n response)
validate
in class IEC101DataSourceVO<IEC101SerialDataSourceVO>
protected void addPropertiesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list)
addPropertiesImpl
in class IEC101DataSourceVO<IEC101SerialDataSourceVO>
protected void addPropertyChangesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list, IEC101SerialDataSourceVO from)
addPropertyChangesImpl
in class IEC101DataSourceVO<IEC101SerialDataSourceVO>
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
public java.lang.String getCommPortId()
public void setCommPortId(java.lang.String commPortId)
public int getBaudRate()
public void setBaudRate(int baudRate)
public int getFlowControlIn()
public void setFlowControlIn(int flowControlIn)
public int getFlowControlOut()
public void setFlowControlOut(int flowControlOut)
public int getDataBits()
public void setDataBits(int dataBits)
public int getStopBits()
public void setStopBits(int stopBits)
public int getParity()
public void setParity(int parity)