public class Fighter extends SimpleBeanObject
Modifier and Type | Field and Description |
---|---|
protected float |
speedInNMPerHr |
protected java.lang.String |
type |
bearingInDeg, customGraphicClassName, graphicImage, id, latitude, longitude
Constructor and Description |
---|
Fighter() |
Fighter(long id,
java.lang.String type,
float lat,
float lon,
float bearingInDeg,
float speedInNMPerHr) |
Modifier and Type | Method and Description |
---|---|
float |
getSpeedInNMPerHr() |
java.lang.String |
getType() |
void |
setSpeedInNMPerHr(float speedInNMPerHr) |
void |
setType(java.lang.String type) |
java.lang.String |
toString() |
getBearingInDeg, getCustomGraphicClassName, getGraphicImage, getId, getLatitude, getLongitude, setBearingInDeg, setCustomGraphicClassName, setGraphicImage, setId, setLatitude, setLongitude
public Fighter()
public Fighter(long id, java.lang.String type, float lat, float lon, float bearingInDeg, float speedInNMPerHr)
public void setType(java.lang.String type)
public java.lang.String getType()
public float getSpeedInNMPerHr()
public void setSpeedInNMPerHr(float speedInNMPerHr)
public java.lang.String toString()
toString
in class SimpleBeanObject
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details