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, waitcreateRuntime, getConfigurationDescription, getDataTypeId, isSettable, validateaddProperties, addPropertyChangesprivate static final long serialVersionUID
private static final int version
public com.serotonin.web.i18n.LocalizableMessage getDataTypeMessage()
PointLocatorVOgetDataTypeMessage in interface PointLocatorVOprotected 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.IOExceptionprivate void readObject(java.io.ObjectInputStream in)
throws java.io.IOException
java.io.IOExceptionprotected 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.JsonExceptionpublic DataPointSaveHandler getDataPointSaveHandler()
getDataPointSaveHandler in interface PointLocatorVOpublic boolean isRelinquishable()
isRelinquishable in interface PointLocatorVO