Package moblima.entities
Class Staff
java.lang.Object
moblima.entities.Account
moblima.entities.Staff
The type Staff.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets password.Gets username.voidsetPassword(String password) Sets password.voidsetUsername(String username) Sets username.toString()
-
Constructor Details
-
Staff
Instantiates a new Staff.- Parameters:
name- the nameusername- the usernamepassword- the password
-
-
Method Details