Class TimeInterval
- java.lang.Object
-
- de.fraunhofer.iese.mydata.policy.time.TimeInterval
-
public class TimeInterval extends Object
-
-
Constructor Summary
Constructors Constructor Description TimeInterval()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(java.time.ZonedDateTime time)
java.time.ZonedDateTime
getEndTime()
java.time.ZonedDateTime
getStartTime()
void
setEndTime(java.time.ZonedDateTime endTime)
void
setStartTime(java.time.ZonedDateTime startTime)
-
-
-
Method Detail
-
getStartTime
public java.time.ZonedDateTime getStartTime()
-
setStartTime
public void setStartTime(java.time.ZonedDateTime startTime)
-
getEndTime
public java.time.ZonedDateTime getEndTime()
-
setEndTime
public void setEndTime(java.time.ZonedDateTime endTime)
-
contains
public boolean contains(java.time.ZonedDateTime time)
-
-