Class Employees
java.lang.Object
br.com.pethub.model.Customers
br.com.pethub.model.Employees
This class represents an Employee in the application.
It extends the Customers class, inheriting its fields and methods.
It contains additional fields specific to an employee, such as password, responsibility, and access level.
It also contains getter and setter methods for these fields.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAccess_level(String access_level) voidsetPassword(String password) voidsetResponsibility(String responsibility) Methods inherited from class br.com.pethub.model.Customers
getAddress, getCep, getCity, getComplement, getCpf, getDistrict, getEmail, getId, getLandline, getName, getNumber, getPhone, getRg, getState, setAddress, setCep, setCity, setComplement, setCpf, setDistrict, setEmail, setId, setLandline, setName, setNumber, setPhone, setRg, setState, toString
-
Constructor Details
-
Employees
public Employees()
-
-
Method Details
-
getPassword
-
setPassword
-
getResponsibility
-
setResponsibility
-
getAccess_level
-
setAccess_level
-