org.hibersap.examples.flightlist
Class FlightListBapi
java.lang.Object
org.hibersap.examples.flightlist.FlightListBapi
- All Implemented Interfaces:
- Serializable
public class FlightListBapi
- extends Object
- implements Serializable
- Author:
- Carsten Erker
- See Also:
- Serialized Form
FlightListBapi
public FlightListBapi(String fromCountryKey,
String fromCity,
String toCountryKey,
String toCity,
String airlineCarrier,
boolean afternoon,
int maxRead)
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.