public abstract class AbstractPointLocatorVO extends java.lang.Object implements PointLocatorVO
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private static int |
version |
Constructor and Description |
---|
AbstractPointLocatorVO() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Integer |
deserializeDataType(com.serotonin.json.JsonObject json,
int... excludeIds) |
DataPointSaveHandler |
getDataPointSaveHandler()
Defaults to returning null.
|
com.serotonin.web.i18n.LocalizableMessage |
getDataTypeMessage()
The text representation of the data type
|
protected java.lang.String |
getMessage(java.util.ResourceBundle bundle,
java.lang.String key,
java.lang.Object... args) |
boolean |
isRelinquishable()
Defaults to returning false.
|
private void |
readObject(java.io.ObjectInputStream in) |
protected void |
serializeDataType(java.util.Map<java.lang.String,java.lang.Object> map) |
private void |
writeObject(java.io.ObjectOutputStream out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createRuntime, getConfigurationDescription, getDataTypeId, isSettable, validate
addProperties, addPropertyChanges
private static final long serialVersionUID
private static final int version
public com.serotonin.web.i18n.LocalizableMessage getDataTypeMessage()
PointLocatorVO
getDataTypeMessage
in interface PointLocatorVO
protected java.lang.String getMessage(java.util.ResourceBundle bundle, java.lang.String key, java.lang.Object... args)
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
protected void serializeDataType(java.util.Map<java.lang.String,java.lang.Object> map)
protected java.lang.Integer deserializeDataType(com.serotonin.json.JsonObject json, int... excludeIds) throws com.serotonin.json.JsonException
com.serotonin.json.JsonException
public DataPointSaveHandler getDataPointSaveHandler()
getDataPointSaveHandler
in interface PointLocatorVO
public boolean isRelinquishable()
isRelinquishable
in interface PointLocatorVO