Uses of Class
edu.rice.comp211.laundry.student.Student

Packages that use Student
edu.rice.comp211.laundry.command   
edu.rice.comp211.laundry.ui   
 

Uses of Student in edu.rice.comp211.laundry.command
 

Fields in edu.rice.comp211.laundry.command declared as Student
private  Student DoCommandVisitor.student
          The student the command is for.
 

Constructors in edu.rice.comp211.laundry.command with parameters of type Student
DoCommandVisitor(Student pStudent)
          Constructor for the class
 

Uses of Student in edu.rice.comp211.laundry.ui
 

Fields in edu.rice.comp211.laundry.ui with type parameters of type Student
private  java.util.List<Student> StudentModel.students
           
 

Methods in edu.rice.comp211.laundry.ui that return Student
private  Student LaundryController.createNewStudent(int index, boolean syncMode)
           
protected  Student StudentModel.firstStudent()
           
 

Methods in edu.rice.comp211.laundry.ui with parameters of type Student
protected  void StudentModel.addStudent(Student pStudent, IOProcess pIOProcess)
           
private  void StudentModel.validateStudent(Student pFirstStudent, Student pNewStudent)