Class InstructionBusy

java.lang.Object
org.deltava.beans.DatabaseBean
org.deltava.beans.academy.InstructionBusy
All Implemented Interfaces:
Serializable, Comparable<Object>, InstructorBean, CalendarEntry, IDBean, TimeSpan, ViewEntry, Cacheable

public class InstructionBusy extends DatabaseBean implements TimeSpan, ViewEntry, InstructorBean
A bean to block off a Flight Academy Instructor's time.
Since:
1.0
Version:
7.0
Author:
Luke
See Also:
  • Constructor Details

    • InstructionBusy

      public InstructionBusy(int instructorID)
      Initializes the bean.
      Parameters:
      instructorID - the Instructor's database ID
      Throws:
      IllegalArgumentException - if instructorID is zero or negative
  • Method Details