Class CpmFlightData
java.lang.Object
com.persequor.saga.modules.ffmreader.model.CpmFlightData
- All Implemented Interfaces:
IFileBasedFlightData<EmptyUld>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAwbs()
getEventTime
(ZoneId timezone) getId()
getUlds()
boolean
void
setCpmDate
(Instant cpmDate, LocalDateTime plannedDeparture) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.persequor.saga.modules.ffmreader.model.IFileBasedFlightData
isSameFlight
-
Field Details
-
FORMATTER_ddMMM
-
cpmFile
-
origin
-
destination
-
flightNumber
-
aircraft
-
day
-
cargoInfo
-
-
Constructor Details
-
CpmFlightData
-
-
Method Details
-
getEventTime
-
getId
- Specified by:
getId
in interfaceIFileBasedFlightData<EmptyUld>
-
getCreatedAt
- Specified by:
getCreatedAt
in interfaceIFileBasedFlightData<EmptyUld>
-
getUlds
- Specified by:
getUlds
in interfaceIFileBasedFlightData<EmptyUld>
-
getAwbs
- Specified by:
getAwbs
in interfaceIFileBasedFlightData<EmptyUld>
-
getDepartureGuess
- Specified by:
getDepartureGuess
in interfaceIFileBasedFlightData<EmptyUld>
-
getDestination
- Specified by:
getDestination
in interfaceIFileBasedFlightData<EmptyUld>
-
getFlightNumber
- Specified by:
getFlightNumber
in interfaceIFileBasedFlightData<EmptyUld>
-
getAircraft
- Specified by:
getAircraft
in interfaceIFileBasedFlightData<EmptyUld>
-
getOrigin
- Specified by:
getOrigin
in interfaceIFileBasedFlightData<EmptyUld>
-
isDeparted
public boolean isDeparted()- Specified by:
isDeparted
in interfaceIFileBasedFlightData<EmptyUld>
-
getDeparture
- Specified by:
getDeparture
in interfaceIFileBasedFlightData<EmptyUld>
-
getArrival
- Specified by:
getArrival
in interfaceIFileBasedFlightData<EmptyUld>
-
getStatus
- Specified by:
getStatus
in interfaceIFileBasedFlightData<EmptyUld>
-
setCpmDate
-
getPlannedDeparture
- Specified by:
getPlannedDeparture
in interfaceIFileBasedFlightData<EmptyUld>
-