Class FcTimePointProps.TimePointFixed
- java.lang.Object
 - 
- de.xima.fc.workflow.model.triggers.FcTimePointProps.TimePointFixed
 
 
- 
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - FcTimePointProps
 
public static final class FcTimePointProps.TimePointFixed extends Object implements Serializable
The settings for the time point whenFcTimePointProps.getTimePointType()is set toETimePointType.FIXED.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description TimePointFixed() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDateTimegetFireDateTime()InstantgetFireInstant()ZoneIdgetZoneId()voidsetFireDateTime(LocalDateTime fireDateTime)voidsetZoneId(ZoneId zoneId) 
 - 
 
- 
- 
Method Detail
- 
getFireDateTime
public LocalDateTime getFireDateTime()
- Returns:
 - The locale date time when this trigger should fire. Interpreted relative to the 
getZoneId(). 
 
- 
getFireInstant
public Instant getFireInstant()
- Returns:
 - The instant for the 
getFireDateTime(), converted to thegetZoneId(). 
 
- 
getZoneId
public ZoneId getZoneId()
- Returns:
 - The instant for the 
getFireDateTime()in thegetZoneId(). 
 
- 
setFireDateTime
public void setFireDateTime(LocalDateTime fireDateTime)
- Parameters:
 fireDateTime- The locale date time when this trigger should fire. Interpreted relative to thegetZoneId().
 
- 
setZoneId
public void setZoneId(ZoneId zoneId)
- Parameters:
 zoneId- The instant for thegetFireDateTime()in thegetZoneId().
 
 - 
 
 -