class PointValueDao.UnsavedPointValue
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
pointId |
private PointValueTime |
pointValue |
private SetPointSource |
source |
| Constructor and Description |
|---|
UnsavedPointValue(int pointId,
PointValueTime pointValue,
SetPointSource source) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPointId() |
PointValueTime |
getPointValue() |
SetPointSource |
getSource() |
private final int pointId
private final PointValueTime pointValue
private final SetPointSource source
public UnsavedPointValue(int pointId,
PointValueTime pointValue,
SetPointSource source)
public int getPointId()
public PointValueTime getPointValue()
public SetPointSource getSource()