Interface Instruction
- All Superinterfaces:
CalendarEntry
,Comparable<Object>
- All Known Implementing Classes:
InstructionFlight
,InstructionSession
An interface to store common properties for Flight Academy instruction sessions with an Instructor
and a Pilot.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Luke
-
Method Summary
Modifier and TypeMethodDescriptionReturns comments about this session.int
Returns the database ID of the Flight Academy Course.int
Returns the database ID of the Instructor.int
Returns the database ID of the Student.Methods inherited from interface org.deltava.beans.CalendarEntry
getDate
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getInstructorID
int getInstructorID()Returns the database ID of the Instructor.- Returns:
- the Instructor's database ID
-
getPilotID
int getPilotID()Returns the database ID of the Student.- Returns:
- the Student's database ID
-
getCourseID
int getCourseID()Returns the database ID of the Flight Academy Course.- Returns:
- the Course's database ID
-
getComments
-