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 org.deltava.beans.testing.CheckRideScript
_programName
-
Constructor Summary
ConstructorsConstructorDescriptionAcademyRideScript
(String certName, int idx) Creates a new Check Ride script. -
Method Summary
Methods inherited from class org.deltava.beans.testing.CheckRideScript
addSimulator, compareTo, getDescription, getSimulators, setDescription
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.deltava.beans.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
-