public class DataPoint extends Object implements Serializable
Constructor and Description |
---|
DataPoint() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Double |
getManual() |
Double |
getQuality() |
Date |
getTimestamp() |
Double |
getValue() |
int |
hashCode() |
void |
setManual(Double manual) |
void |
setQuality(Double quality) |
void |
setTimestamp(Date timestamp) |
void |
setValue(Double value) |
String |
toString() |
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public Double getValue()
public void setValue(Double value)
public Double getQuality()
public void setQuality(Double quality)
public Double getManual()
public void setManual(Double manual)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.