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 MovementDetailsBuildergetName()org.core.config.parser.StringParser<FlightPath>getValue()voidsetCurrentCheckpoint(FlightCheckpoint checkpoint) voidsetMovementDetail(@NotNull MovementDetailsBuilder builder) voidsetValue(FlightPath value) VesselFlag.Builder<FlightPath,? extends VesselFlag<FlightPath>>
-
Constructor Details
-
FlightPathFlag
public FlightPathFlag()
-
-
Method Details
-
setCurrentCheckpoint
-
setMovementDetail
-
getMovementDetail
-
getCurrentCheckpoint
-
getValue
- Specified by:
getValuein interfaceVesselFlag<FlightPath>
-
setValue
- Specified by:
setValuein interfaceVesselFlag<FlightPath>
-
getParser
- Specified by:
getParserin interfaceVesselFlag<FlightPath>
-
toBuilder
- Specified by:
toBuilderin interfaceVesselFlag<FlightPath>
-
getId
- Specified by:
getIdin interfaceorg.core.utils.Identifiable
-
getName
- Specified by:
getNamein interfaceorg.core.utils.Identifiable
-