testtool.student_app.login_view
Class StudentLogin

java.lang.Object
  extended by testtool.student_app.login_view.StudentLogin

public abstract class StudentLogin
extends java.lang.Object

The student login class represents the data needed for a student to login to the student app. It contains the their username and password.


Field Summary
private  java.lang.String password
           
private  java.lang.String username
           
 
Constructor Summary
StudentLogin()
           
 
Method Summary
abstract  boolean login()
          Returns true if the student enters in the correct username and password and logging in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

username

private java.lang.String username

password

private java.lang.String password
Constructor Detail

StudentLogin

public StudentLogin()
Method Detail

login

public abstract boolean login()
Returns true if the student enters in the correct username and password and logging in.