Class RunwayGateTotal
java.lang.Object
org.deltava.beans.stats.RunwayGateTotal
- All Implemented Interfaces:
Serializable
,Comparable<RunwayGateTotal>
A bean to store Runway/Gate usage by Airline.
- Since:
- 10.3
- Version:
- 11.1
- Author:
- Luke
-
Constructor Details
-
RunwayGateTotal
-
-
Method Details
-
getName
-
getAirline
-
getTotal
public int getTotal()Returns the total number of times this Gate was used for a flight.- Returns:
- the number of flights
-
toString
-
hashCode
-
compareTo
- Specified by:
compareTo
in interfaceComparable<RunwayGateTotal>
-