public class RandomAnalogChangeVO extends ChangeTypeVO
ChangeTypeVO.Types
Modifier and Type | Field and Description |
---|---|
static com.serotonin.web.i18n.LocalizableMessage |
KEY |
private double |
max |
private double |
min |
private static long |
serialVersionUID |
private static int |
version |
CHANGE_TYPE_CODES
Constructor and Description |
---|
RandomAnalogChangeVO() |
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) |
ChangeTypeRT |
createRuntime() |
com.serotonin.web.i18n.LocalizableMessage |
getDescription() |
double |
getMax() |
double |
getMin() |
private void |
readObject(java.io.ObjectInputStream in) |
void |
setMax(double max) |
void |
setMin(double min) |
int |
typeId() |
private void |
writeObject(java.io.ObjectOutputStream out) |
getChangeTypes, getStartValue, jsonDeserialize, jsonSerialize, setStartValue
public static final com.serotonin.web.i18n.LocalizableMessage KEY
private double min
private double max
private static final long serialVersionUID
private static final int version
public int typeId()
typeId
in class ChangeTypeVO
public com.serotonin.web.i18n.LocalizableMessage getDescription()
getDescription
in class ChangeTypeVO
public ChangeTypeRT createRuntime()
createRuntime
in class ChangeTypeVO
public double getMax()
public void setMax(double max)
public double getMin()
public void setMin(double min)
public void addProperties(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list)
addProperties
in interface ChangeComparableObject
addProperties
in class ChangeTypeVO
public void addPropertyChanges(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list, java.lang.Object o)
addPropertyChanges
in interface ChangeComparableObject
addPropertyChanges
in class ChangeTypeVO
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