org.hibersap.examples.flightlist
Class FlightListBapi

java.lang.Object
  extended by org.hibersap.examples.flightlist.FlightListBapi
All Implemented Interfaces:
Serializable

public class FlightListBapi
extends Object
implements Serializable

Author:
Carsten Erker
See Also:
Serialized Form

Constructor Summary
FlightListBapi(String fromCountryKey, String fromCity, String toCountryKey, String toCity, String airlineCarrier, boolean afternoon, int maxRead)
           
 
Method Summary
 boolean getAfternoon()
           
 String getAirlineCarrier()
           
 List<Flight> getFlightList()
           
 String getFromCity()
           
 String getFromCountryKey()
           
 int getMaxRead()
           
 BapiRet2 getReturnData()
           
 String getToCity()
           
 String getToCountryKey()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlightListBapi

public FlightListBapi(String fromCountryKey,
                      String fromCity,
                      String toCountryKey,
                      String toCity,
                      String airlineCarrier,
                      boolean afternoon,
                      int maxRead)
Method Detail

getAfternoon

public boolean getAfternoon()

getAirlineCarrier

public String getAirlineCarrier()

getFlightList

public List<Flight> getFlightList()

getFromCity

public String getFromCity()

getFromCountryKey

public String getFromCountryKey()

getMaxRead

public int getMaxRead()

getReturnData

public BapiRet2 getReturnData()

getToCity

public String getToCity()

getToCountryKey

public String getToCountryKey()

toString

public String toString()
Overrides:
toString in class Object


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