Uses of Class
com.xtravelsystem.online.published.V1_0RC1.common.FlightNumber

Packages that use FlightNumber
com.xtravelsystem.online.published.V1_0RC1.common   
 

Uses of FlightNumber in com.xtravelsystem.online.published.V1_0RC1.common
 

Subclasses of FlightNumber in com.xtravelsystem.online.published.V1_0RC1.common
 class SimpleFlightNumber
          To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
 

Methods in com.xtravelsystem.online.published.V1_0RC1.common that return FlightNumber
 FlightNumber FlightInfo.getFlightNumber()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.common with parameters of type FlightNumber
 void FlightInfo.setFlightNumber(FlightNumber flightNumber)
           
 

Constructors in com.xtravelsystem.online.published.V1_0RC1.common with parameters of type FlightNumber
FlightInfo(FlightNumber flightNumber, java.util.Date date, java.lang.String from, java.lang.String to)