Class AcademyRideScript
java.lang.Object
org.deltava.beans.testing.CheckRideScript
org.deltava.beans.academy.AcademyRideScript
- All Implemented Interfaces:
Serializable, Cloneable, Comparable<CheckRideScript>, Auditable
A bean to store Flight Academy Check Ride scripts.
- Since:
- 1.0
- Version:
- 8.6
- Author:
- Luke
- See Also:
-
Field Summary
Fields inherited from class CheckRideScript
_programName -
Constructor Summary
ConstructorsConstructorDescriptionAcademyRideScript(String certName, int idx) Creates a new Check Ride script. -
Method Summary
Methods inherited from class CheckRideScript
addSimulator, compareTo, getDescription, getSimulators, setDescriptionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Auditable
getAuditType, isCrossApp
-
Constructor Details
-
AcademyRideScript
Creates a new Check Ride script.- Parameters:
certName- the certification nameidx- the script index, for courses with multiple check rides- Throws:
NullPointerException- if certName is null
-
-
Method Details
-
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
-
compareTo
-
getAuditID
-