|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttesttool.student_app.login_view.StudentLogin
public abstract class StudentLogin
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 |
---|
private java.lang.String username
private java.lang.String password
Constructor Detail |
---|
public StudentLogin()
Method Detail |
---|
public abstract boolean login()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |