public class Student extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchId() |
String |
getCourseName() |
String |
getFormNumber() |
static Student |
getFromJSONObject(org.json.JSONObject json)
Get an instance of the Student class.
|
String |
getFullName() |
String |
getPic() |
int |
getUserType() |
boolean |
hasFormNumber()
Check if the student's email is his form number of not.
|
boolean |
isStudent()
Check if the student received is actually student or some other faculty member.
|
public static Student getFromJSONObject(org.json.JSONObject json)
json - The JSONObject containing the data of the student.public boolean isStudent()
public boolean hasFormNumber()
public String getFullName()
public String getCourseName()
public String getFormNumber()
public String getPic()
public int getBatchId()
public int getUserType()
Copyright © 2021. All rights reserved.