Interface IFileBasedFlightData<UldType extends IUld>
- All Known Implementing Classes:
CpmFlightData
,FfmFlightData
public interface IFileBasedFlightData<UldType extends IUld>
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends IAwbDetails>
getAwbs()
getId()
getUlds()
boolean
default boolean
isSameFlight
(IFileBasedFlightData<?> otherFlight)
-
Method Details
-
getId
String getId() -
getDepartureGuess
Instant getDepartureGuess() -
getDestination
String getDestination() -
getFlightNumber
String getFlightNumber() -
getAircraft
String getAircraft() -
getOrigin
String getOrigin() -
isDeparted
boolean isDeparted() -
getDeparture
Instant getDeparture() -
getArrival
Instant getArrival() -
getUlds
-
getAwbs
List<? extends IAwbDetails> getAwbs() -
getStatus
String getStatus() -
isSameFlight
-
getCreatedAt
Instant getCreatedAt() -
getPlannedDeparture
LocalDateTime getPlannedDeparture()
-