public class VehicleMission
extends java.lang.Object
| Constructor and Description |
|---|
VehicleMission() |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
getCoordinateSystem() |
java.lang.String |
getId() |
java.lang.String |
getName() |
VehicleType |
getVehicle() |
boolean |
isHomeRefUsed() |
void |
setCoordinateSystem(CoordinateSystem coordSystem) |
void |
setHomeRefUsed(boolean homeRefUsed) |
void |
setId(java.lang.String id) |
void |
setName(java.lang.String name) |
void |
setVehicle(VehicleType vehicle) |
java.lang.String |
toString() |
public java.lang.String getId()
public void setId(java.lang.String id)
id - The id to set.public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.public boolean isHomeRefUsed()
public void setHomeRefUsed(boolean homeRefUsed)
homeRefUsed - The homeRefUsed to set.public CoordinateSystem getCoordinateSystem()
public void setCoordinateSystem(CoordinateSystem coordSystem)
coordSystem - The coordSystem to set.public VehicleType getVehicle()
public void setVehicle(VehicleType vehicle)
vehicle - The vehicle to set.public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.