Package com.inesm.KeyManager.model
Class MissionSharing
java.lang.Object
com.inesm.KeyManager.model.MissionSharing
- All Implemented Interfaces:
Serializable
Represents mission sharing entries. These entries assign
a station to the shared stations of a mission.
All the getters and setters are the default ones.
Details about the meaning of each field are provided in the source code.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongvoidsetMissionID(long missionID) voidsetStationID(long stationID) toString()
-
Constructor Details
-
MissionSharing
public MissionSharing()
-
-
Method Details