Package org.ships.vessel.common.flag
Class MovingFlag
java.lang.Object
org.ships.vessel.common.flag.MovingFlag
- All Implemented Interfaces:
org.core.utils.Identifiable
,VesselFlag<MovementContext>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.ships.vessel.common.flag.VesselFlag
VesselFlag.Serializable<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
org.core.config.parser.StringParser<MovementContext>
getValue()
void
setValue
(MovementContext value)
-
Field Details
-
context
-
-
Constructor Details
-
MovingFlag
public MovingFlag() -
MovingFlag
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfaceVesselFlag<MovementContext>
-
setValue
- Specified by:
setValue
in interfaceVesselFlag<MovementContext>
-
getParser
- Specified by:
getParser
in interfaceVesselFlag<MovementContext>
-
toBuilder
- Specified by:
toBuilder
in interfaceVesselFlag<MovementContext>
-
getId
- Specified by:
getId
in interfaceorg.core.utils.Identifiable
-
getName
- Specified by:
getName
in interfaceorg.core.utils.Identifiable
-