Class AcademyRideID

java.lang.Object
org.deltava.beans.academy.AcademyRideID

public class AcademyRideID extends Object
A bean to store Flight Academy Check Ride Script IDs.
Since:
5.3
Version:
7.0
Author:
Luke
  • Constructor Details

    • AcademyRideID

      public AcademyRideID(String name, int idx)
      Creates the ID.
      Parameters:
      name - the Certification code
      idx - the ride index
    • AcademyRideID

      public AcademyRideID(String id)
      Creates the ID.
      Parameters:
      id - the Name-ID pair
  • Method Details

    • getName

      public String getName()
      Returns the certification name.
      Returns:
      the name
    • getIndex

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object