public class ManeuverType
extends java.lang.Object
| Constructor and Description |
|---|
ManeuverType(java.lang.String maneuverId,
java.lang.String type)
Deprecated.
Creates a new maneuver given its id and type
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Deprecated.
Gets the maneuver ID
|
java.lang.String |
getType()
Deprecated.
Gets the maneuver type
|
void |
setId(java.lang.String id)
Deprecated.
Sets the maneuver ID
|
void |
setType(java.lang.String type)
Deprecated.
Sets the maneuver type
|
public ManeuverType(java.lang.String maneuverId,
java.lang.String type)
maneuverId - The id of the maneuvertype - The type of the maneuverpublic java.lang.String getId()
public void setId(java.lang.String id)
id - The id of the maneuverpublic java.lang.String getType()
public void setType(java.lang.String type)
type - The new type of this maneuverCopyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.