Class AirportCharts<T extends Chart>

java.lang.Object
org.deltava.beans.schedule.AirportCharts<T>
Type Parameters:
T - the Chart type
All Implemented Interfaces:
Serializable, Comparable<AirportCharts<?>>, Iterable<T>

public class AirportCharts<T extends Chart> extends Object implements Iterable<T>, Serializable, Comparable<AirportCharts<?>>
A bean to store a collection of Charts associated with an Airport.
Since:
5.0
Version:
7.2
Author:
Luke
See Also: