Class TimeInRange
java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.study.TimeInRange
-
Constructor Summary
ConstructorsConstructorDescriptionTimeInRange
(String participantId, int borderLine, double value, String timeRangeString, String formattedValue) -
Method Summary
Modifier and TypeMethodDescriptionint
double
getValue()
void
setBorderLine
(int borderLine) void
setFormattedValue
(String formattedValue) void
setParticipantId
(String participantId) void
setTimeRangeString
(String timeRangeString) void
setValue
(double value)
-
Constructor Details
-
TimeInRange
-
-
Method Details
-
getParticipantId
-
setParticipantId
-
getBorderLine
public int getBorderLine() -
setBorderLine
public void setBorderLine(int borderLine) -
getValue
public double getValue() -
setValue
public void setValue(double value) -
getTimeRangeString
-
setTimeRangeString
-
getFormattedValue
-
setFormattedValue
-