Package org.ships.vessel.common.flag
Class FlightPathFlag
java.lang.Object
org.ships.vessel.common.flag.FlightPathFlag
- All Implemented Interfaces:
org.core.utils.Identifiable
,VesselFlag<FlightPath>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ships.vessel.common.flag.VesselFlag
VesselFlag.Builder<T,
F extends VesselFlag<T>>, VesselFlag.Serializable<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
@NotNull MovementDetailsBuilder
getName()
org.core.config.parser.StringParser<FlightPath>
getValue()
void
setCurrentCheckpoint
(FlightCheckpoint checkpoint) void
setMovementDetail
(@NotNull MovementDetailsBuilder builder) void
setValue
(FlightPath value) VesselFlag.Builder<FlightPath,
? extends VesselFlag<FlightPath>>
-
Constructor Details
-
FlightPathFlag
public FlightPathFlag()
-
-
Method Details
-
setCurrentCheckpoint
-
setMovementDetail
-
getMovementDetail
-
getCurrentCheckpoint
-
getValue
- Specified by:
getValue
in interfaceVesselFlag<FlightPath>
-
setValue
- Specified by:
setValue
in interfaceVesselFlag<FlightPath>
-
getParser
- Specified by:
getParser
in interfaceVesselFlag<FlightPath>
-
toBuilder
- Specified by:
toBuilder
in interfaceVesselFlag<FlightPath>
-
getId
- Specified by:
getId
in interfaceorg.core.utils.Identifiable
-
getName
- Specified by:
getName
in interfaceorg.core.utils.Identifiable
-