public class FlightLocation extends Object
| Constructor and Description |
|---|
FlightLocation() |
FlightLocation(String flightId,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFlightId() |
Location |
getLocation() |
int |
hashCode() |
void |
setFlightId(String flightId) |
void |
setLocation(Location location) |
String |
toString() |
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.