org.hibersap.examples.flightlist
Class Flight
java.lang.Object
org.hibersap.examples.flightlist.Flight
- All Implemented Interfaces:
- Serializable
public class Flight
- extends Object
- implements Serializable
- Author:
- Carsten Erker
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Flight
public Flight()
getAirportFrom
public String getAirportFrom()
getAirportTo
public String getAirportTo()
getCarrierId
public String getCarrierId()
getConnectionId
public String getConnectionId()
getDepartureTime
public Date getDepartureTime()
getFlightDate
public Date getFlightDate()
getSeatsMax
public int getSeatsMax()
getSeatsOccupied
public int getSeatsOccupied()
Copyright © 2011 akquinet tech@spree GmbH. All Rights Reserved.