public class SensorMeasurementSummary extends Object
Constructor and Description |
---|
SensorMeasurementSummary()
Default constructor.
|
SensorMeasurementSummary(String sensorId2,
String depositoryId2,
Date start,
Date end,
int size) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDepositoryId() |
Date |
getEnd() |
Integer |
getNumMeasurements() |
String |
getSensorId() |
Date |
getStart() |
int |
hashCode() |
void |
setDepositoryId(String depositoryId) |
void |
setEnd(Date end) |
void |
setNumMeasurements(Integer numMeasurements) |
void |
setSensorId(String sensorId) |
void |
setStart(Date start) |
String |
toString() |
public SensorMeasurementSummary()
public SensorMeasurementSummary(String sensorId2, String depositoryId2, Date start, Date end, int size)
sensorId2
- The sensor id.depositoryId2
- The depository id.start
- The start of the period.end
- The endo of the period.size
- The number of measurements in the period.public String getSensorId()
public void setSensorId(String sensorId)
sensorId
- the sensorId to setpublic String getDepositoryId()
public void setDepositoryId(String depositoryId)
depositoryId
- the depositoryId to setpublic Integer getNumMeasurements()
public void setNumMeasurements(Integer numMeasurements)
numMeasurements
- the numMeasurements to setpublic Date getStart()
public void setStart(Date start)
start
- the start to setpublic Date getEnd()
public void setEnd(Date end)
end
- the end to setCopyright © 2015 Collaborative Software Development Laboratory. All rights reserved.