public abstract class Student extends Person
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
emplID
The university-assigned identification number of this Student.
|
(package private) Name |
name
The Name of this Student.
|
(package private) PhoneNumber |
phoneNumber
The phone number of this Student.
|
(package private) javax.swing.ImageIcon |
photo
A digital representation of this Student.
|
Constructor and Description |
---|
Student() |
Name name
PhoneNumber phoneNumber
javax.swing.ImageIcon photo
java.lang.String emplID