Class EnvironmentTimestamps
- java.lang.Object
-
- ch.mobi.mobitor.service.environment.EnvironmentTimestamps
-
public class EnvironmentTimestamps extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EnvironmentTimestamps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.LocalDateTimegetCurrentTime()java.lang.IntegergetShiftedDays()java.time.LocalDateTimegetShiftedTime()voidsetCurrentTime(java.time.LocalDateTime currentTime)voidsetShiftedDays(java.lang.Integer shiftedDays)voidsetShiftedTime(java.time.LocalDateTime shiftedTime)
-
-
-
Method Detail
-
getCurrentTime
public java.time.LocalDateTime getCurrentTime()
-
setCurrentTime
public void setCurrentTime(java.time.LocalDateTime currentTime)
-
getShiftedTime
public java.time.LocalDateTime getShiftedTime()
-
setShiftedTime
public void setShiftedTime(java.time.LocalDateTime shiftedTime)
-
getShiftedDays
public java.lang.Integer getShiftedDays()
-
setShiftedDays
public void setShiftedDays(java.lang.Integer shiftedDays)
-
-