public class DataExportDefinition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private org.joda.time.DateTime |
from |
private int[] |
pointIds |
private org.joda.time.DateTime |
to |
| Constructor and Description |
|---|
DataExportDefinition(int[] pointIds,
org.joda.time.DateTime from,
org.joda.time.DateTime to) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getFrom() |
int[] |
getPointIds() |
org.joda.time.DateTime |
getTo() |