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, setDescriptionModifier and TypeMethodDescriptionvoidAdds a Simulator to the list of available Simulators for this Check Ride.intcompareTo(CheckRideScript cs2) Returns the Check Ride description.Returns the Simulators that can be used with this Check Ride.voidsetDescription(String desc) Updates the check ride description.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Auditable
getAuditType, isCrossAppModifier and TypeMethodDescriptiondefault StringReturns the audit type for this auditable object.default booleanReturns whether this object is within multiple web applications.
-
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
-