public class PersistentPointLocatorVO extends AbstractPointLocatorVO
Modifier and Type | Field and Description |
---|---|
private int |
dataTypeId |
private static long |
serialVersionUID |
private static int |
version |
Constructor and Description |
---|
PersistentPointLocatorVO() |
Modifier and Type | Method and Description |
---|---|
void |
addProperties(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list) |
void |
addPropertyChanges(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list,
java.lang.Object o) |
PointLocatorRT |
createRuntime()
Create a runtime version of the locator
|
com.serotonin.web.i18n.LocalizableMessage |
getConfigurationDescription()
An arbitrary description of the point location configuration for human consumption.
|
int |
getDataTypeId()
One of the com.serotonin.mango.DataTypes
|
boolean |
isSettable()
Can the value be set in the data source?
|
private void |
readObject(java.io.ObjectInputStream in) |
void |
setDataTypeId(int dataTypeId) |
void |
validate(com.serotonin.web.dwr.DwrResponseI18n response)
Validate.
|
private void |
writeObject(java.io.ObjectOutputStream out) |
deserializeDataType, getDataPointSaveHandler, getDataTypeMessage, getMessage, isRelinquishable, serializeDataType
private int dataTypeId
private static final long serialVersionUID
private static final int version
public PointLocatorRT createRuntime()
PointLocatorVO
public com.serotonin.web.i18n.LocalizableMessage getConfigurationDescription()
PointLocatorVO
public int getDataTypeId()
PointLocatorVO
public void setDataTypeId(int dataTypeId)
public boolean isSettable()
PointLocatorVO
public void validate(com.serotonin.web.dwr.DwrResponseI18n response)
PointLocatorVO
public void addProperties(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list)
public void addPropertyChanges(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list, java.lang.Object o)
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