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