org.hibersap.examples.flightdetail
Class FlightData

java.lang.Object
  extended by org.hibersap.examples.flightdetail.FlightData
All Implemented Interfaces:
Serializable

public class FlightData
extends Object
implements Serializable

Author:
Carsten Erker
See Also:
Serialized Form

Constructor Summary
FlightData()
           
 
Method Summary
 String getAirlineId()
           
 String getAirportfr()
           
 String getAirportto()
           
 Date getArrtime()
           
 String getCityfrom()
           
 String getCityto()
           
 String getConnectid()
           
 String getCurr()
           
 Date getDeptime()
           
 Date getFlightdate()
           
 BigDecimal getPrice()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlightData

public FlightData()
Method Detail

getAirlineId

public String getAirlineId()

getAirportfr

public String getAirportfr()

getAirportto

public String getAirportto()

getArrtime

public Date getArrtime()

getCityfrom

public String getCityfrom()

getCityto

public String getCityto()

getConnectid

public String getConnectid()

getCurr

public String getCurr()

getDeptime

public Date getDeptime()

getFlightdate

public Date getFlightdate()

getPrice

public BigDecimal getPrice()


Copyright © 2011 akquinet tech@spree GmbH. All Rights Reserved.