Package no.unit.nva.model.time
Class Period
- java.lang.Object
-
- no.unit.nva.model.time.Period
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFROM_FIELDstatic java.lang.StringTO_FIELD-
Fields inherited from interface no.unit.nva.model.time.Time
UNIVERSAL_TIMEZONE, ZEROED_MILLISECONDS_IN_TZ
-
-
Constructor Summary
Constructors Constructor Description Period(java.time.Instant from, java.time.Instant to)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.time.InstantgetFrom()java.time.InstantgetTo()inthashCode()
-
-
-
Field Detail
-
FROM_FIELD
public static final java.lang.String FROM_FIELD
- See Also:
- Constant Field Values
-
TO_FIELD
public static final java.lang.String TO_FIELD
- See Also:
- Constant Field Values
-
-