Class FcTimePointProps.TimePointFixed
java.lang.Object
de.xima.fc.workflow.model.triggers.FcTimePointProps.TimePointFixed
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FcTimePointProps
The settings for the time point when
FcTimePointProps.getTimePointType() is set to
ETimePointType.FIXED.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TimePointFixed
public TimePointFixed()
-
-
Method Details
-
getFireDateTime
- Returns:
- The locale date time when this trigger should fire. Interpreted relative to the
getZoneId().
-
getFireInstant
- Returns:
- The instant for the
getFireDateTime(), converted to thegetZoneId().
-
getZoneId
- Returns:
- The instant for the
getFireDateTime()in thegetZoneId().
-
setFireDateTime
- Parameters:
fireDateTime- The locale date time when this trigger should fire. Interpreted relative to thegetZoneId().
-
setZoneId
- Parameters:
zoneId- The instant for thegetFireDateTime()in thegetZoneId().
-