Class LandingStatsEntry
java.lang.Object
org.deltava.beans.stats.LegHoursStatsEntry<LandingRating>
org.deltava.beans.stats.LegHoursDateStatsEntry<LandingRating>
org.deltava.beans.stats.LandingStatsEntry
- All Implemented Interfaces:
Serializable
A bean to store Landing Rating statistics entries.
- Since:
- 11.0
- Version:
- 11.0
- Author:
- Luke
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(int score, int distance, double hours) Adds a landing to the statistics entryMethods inherited from class org.deltava.beans.stats.LegHoursDateStatsEntry
getDate, hashCode
Methods inherited from class org.deltava.beans.stats.LegHoursStatsEntry
getDistance, getHours, getKeys, getLegs, getMaxKey, inc, set
-
Constructor Details
-
LandingStatsEntry
-
-
Method Details
-
add
public void add(int score, int distance, double hours) Adds a landing to the statistics entry- Parameters:
score
- the landing scoredistance
- the flight distance in mileshours
- the flight hours
-