Package com.restfb.types.send.airline
Class FlightSchedule
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.send.airline.FlightSchedule
- All Implemented Interfaces:
Serializable
public class FlightSchedule extends AbstractFacebookType
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FlightSchedule(Date departureTime, Date arrivalTime)
-
Method Summary
Modifier and Type Method Description Date
getArrivalTime()
Date
getBoardingTime()
Date
getDepartureTime()
void
setBoardingTime(Date boardingTime)
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
FlightSchedule
-
-
Method Details
-
getBoardingTime
-
setBoardingTime
-
getDepartureTime
-
getArrivalTime
-