public class NodaveS7DataSourceVO<T extends NodaveS7DataSourceVO<?>> extends DataSourceVO<T>
DataSourceVO.Type
Modifier and Type | Field and Description |
---|---|
private static ExportCodes |
EVENT_CODES |
private java.lang.String |
filePath |
private java.lang.String |
nodaveWriteBaseCmd |
private boolean |
quantize |
private static long |
serialVersionUID |
static DataSourceVO.Type |
TYPE |
private int |
updatePeriods |
private int |
updatePeriodType |
private static int |
version |
XID_PREFIX
Constructor and Description |
---|
NodaveS7DataSourceVO() |
Modifier and Type | Method and Description |
---|---|
protected void |
addEventTypes(java.util.List<EventTypeVO> eventTypes) |
protected void |
addPropertiesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list) |
protected void |
addPropertyChangesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list,
T from) |
DataSourceRT |
createDataSourceRT() |
PointLocatorVO |
createPointLocator() |
com.serotonin.web.i18n.LocalizableMessage |
getConnectionDescription() |
ExportCodes |
getEventCodes() |
java.lang.String |
getFilePath() |
java.lang.String |
getNodaveWriteBaseCmd() |
DataSourceVO.Type |
getType() |
int |
getUpdatePeriods() |
int |
getUpdatePeriodType() |
boolean |
isQuantize() |
void |
jsonDeserialize(com.serotonin.json.JsonReader reader,
com.serotonin.json.JsonObject json) |
void |
jsonSerialize(java.util.Map<java.lang.String,java.lang.Object> map) |
private void |
readObject(java.io.ObjectInputStream in) |
void |
setFilePath(java.lang.String filePath) |
void |
setNodaveWriteBaseCmd(java.lang.String nodaveWriteBaseCmd) |
void |
setQuantize(boolean quantize) |
void |
setUpdatePeriods(int updatePeriods) |
void |
setUpdatePeriodType(int updatePeriodType) |
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, serializeUpdatePeriodType, setAlarmLevel, setEnabled, setId, setName, setXid
public static final DataSourceVO.Type TYPE
private static final ExportCodes EVENT_CODES
private int updatePeriodType
private int updatePeriods
private java.lang.String filePath
private boolean quantize
private java.lang.String nodaveWriteBaseCmd
private static final long serialVersionUID
private static final int version
protected void addEventTypes(java.util.List<EventTypeVO> eventTypes)
addEventTypes
in class DataSourceVO<T extends NodaveS7DataSourceVO<?>>
protected void addPropertiesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list)
addPropertiesImpl
in class DataSourceVO<T extends NodaveS7DataSourceVO<?>>
protected void addPropertyChangesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list, T from)
addPropertyChangesImpl
in class DataSourceVO<T extends NodaveS7DataSourceVO<?>>
public DataSourceRT createDataSourceRT()
createDataSourceRT
in class DataSourceVO<T extends NodaveS7DataSourceVO<?>>
public PointLocatorVO createPointLocator()
createPointLocator
in class DataSourceVO<T extends NodaveS7DataSourceVO<?>>
public com.serotonin.web.i18n.LocalizableMessage getConnectionDescription()
getConnectionDescription
in class DataSourceVO<T extends NodaveS7DataSourceVO<?>>
public ExportCodes getEventCodes()
getEventCodes
in class DataSourceVO<T extends NodaveS7DataSourceVO<?>>
public DataSourceVO.Type getType()
getType
in class DataSourceVO<T extends NodaveS7DataSourceVO<?>>
public void validate(com.serotonin.web.dwr.DwrResponseI18n response)
validate
in class DataSourceVO<T extends NodaveS7DataSourceVO<?>>
public int getUpdatePeriodType()
public void setUpdatePeriodType(int updatePeriodType)
public int getUpdatePeriods()
public void setUpdatePeriods(int updatePeriods)
public java.lang.String getFilePath()
public void setFilePath(java.lang.String filePath)
public boolean isQuantize()
public void setQuantize(boolean quantize)
public java.lang.String getNodaveWriteBaseCmd()
public void setNodaveWriteBaseCmd(java.lang.String nodaveWriteBaseCmd)
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.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void jsonDeserialize(com.serotonin.json.JsonReader reader, com.serotonin.json.JsonObject json) throws com.serotonin.json.JsonException
jsonDeserialize
in interface com.serotonin.json.JsonSerializable
jsonDeserialize
in class DataSourceVO<T extends NodaveS7DataSourceVO<?>>
com.serotonin.json.JsonException
public void jsonSerialize(java.util.Map<java.lang.String,java.lang.Object> map)
jsonSerialize
in interface com.serotonin.json.JsonSerializable
jsonSerialize
in class DataSourceVO<T extends NodaveS7DataSourceVO<?>>