public class Measure extends Object implements Serializable
Constructor and Description |
---|
Measure() |
Modifier and Type | Method and Description |
---|---|
String |
getDeviceId() |
String |
getGatewayId() |
String |
getLocalisation() |
String |
getPatientId() |
float |
getReliability() |
boolean |
getSensorValue() |
long |
getTimestamp() |
void |
setDeviceId(String deviceId) |
void |
setGatewayId(String gatewayId) |
void |
setLocalisation(String localisation) |
void |
setPatientId(String patientId) |
void |
setReliability(float reliability) |
void |
setSensorValue(boolean value) |
void |
setTimestamp(long timestamp) |
String |
toString() |
public String getGatewayId()
public void setGatewayId(String gatewayId)
gatewayId
- the gatewayId to setpublic String getPatientId()
public void setPatientId(String patientId)
patientId
- the patientId to setpublic String getDeviceId()
public void setDeviceId(String deviceId)
deviceId
- the deviceId to setpublic String getLocalisation()
public void setLocalisation(String localisation)
localisation
- the localisation to setpublic float getReliability()
public void setReliability(float reliability)
reliability
- the reliability to setpublic long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- the timestamp to setpublic void setSensorValue(boolean value)
public boolean getSensorValue()
Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.