Class AcademyRideScript

java.lang.Object
org.deltava.beans.testing.CheckRideScript
org.deltava.beans.academy.AcademyRideScript
All Implemented Interfaces:
Serializable, Cloneable, Comparable<CheckRideScript>, Auditable

public class AcademyRideScript extends CheckRideScript
A bean to store Flight Academy Check Ride scripts.
Since:
1.0
Version:
8.6
Author:
Luke
See Also:
  • Constructor Details

    • AcademyRideScript

      public AcademyRideScript(String certName, int idx)
      Creates a new Check Ride script.
      Parameters:
      certName - the certification name
      idx - the script index, for courses with multiple check rides
      Throws:
      NullPointerException - if certName is null
  • Method Details

    • getCertificationName

      public String getCertificationName()
      Returns the Equipment Program for this check ride script.
      Returns:
      the equipment program name
    • getIndex

      public int getIndex()
      Returns the Check Ride index.
      Returns:
      the index
    • getID

      public AcademyRideID getID()
      Returns the Check Ride ID.
      Returns:
      the ID
    • compareTo

      public int compareTo(AcademyRideScript cs2)
    • getAuditID

      public String getAuditID()
      Description copied from interface: Auditable
      Returns the object ID for this auditable object.
      Returns:
      the ID