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.void
setPassword
(String password) Sets password.void
setUsername
(String username) Sets username.toString()
-
Constructor Details
-
Staff
Instantiates a new Staff.- Parameters:
name
- the nameusername
- the usernamepassword
- the password
-
-
Method Details