Uses of Class
Tutor

  • Uses of Tutor in <Unnamed>

    Fields in <Unnamed> declared as Tutor
    Modifier and Type
    Field
    Description
    (package private) Tutor
    Session.tutor
     
    Methods in <Unnamed> that return Tutor
    Modifier and Type
    Method
    Description
    Session.getTutor()
    Get tutor assigned to the session
    Methods in <Unnamed> with parameters of type Tutor
    Modifier and Type
    Method
    Description
    static void
    Main.displayMenu​(Tutor t)
    This method prompts the tutor to choose to either view student info or student payment by inputting the respective number.
    static void
    Main.displayStudentInfo​(Tutor tut, Scanner scan)
    This method loops through all students the tutor is tutoring and prints their name, email, and party for payment.
    static void
    This method prints the payment info of all students the tutor is currently tutoring.
    Constructors in <Unnamed> with parameters of type Tutor
    Modifier
    Constructor
    Description
     
    Session​(String dateOfSession, double sessionHours, String meetingNotes, double hourlyRate, Tutor tutor)
    Gets and sets dataOfSession, sessionHours, meetingNotes, hourlyRate, tutor