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 TypeMethodDescriptionintdoublegetValue()voidsetBorderLine(int borderLine) voidsetFormattedValue(String formattedValue) voidsetParticipantId(String participantId) voidsetTimeRangeString(String timeRangeString) voidsetValue(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
-