Package edu.nwmissouri.zoo02group
Class Staff
java.lang.Object
edu.nwmissouri.zoo02group.Person
edu.nwmissouri.zoo02group.Staff
storing the staff data extending person abstract class
- Author:
- Manoj Gorantla
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
check
(int empid) static void
creat()
Added the staff data to create method.int
void
setStaffId
(int staffId) static void
setStaffList
(ArrayList<Staff> staffList) Methods inherited from class edu.nwmissouri.zoo02group.Person
getAge, getFirstName, getGender, getLastName, toString
-
Constructor Details
-
Staff
-
-
Method Details
-
creat
public static void creat()Added the staff data to create method. -
getStaffList
- Returns:
- the staff list
-
setStaffList
-
getStaffId
public int getStaffId()- Returns:
- staff id
-
setStaffId
public void setStaffId(int staffId) - Parameters:
staffId
-
-
check
public static boolean check(int empid) - Parameters:
empid
-- Returns:
- false.
-