Class Suppliers
java.lang.Object
br.com.pethub.model.Customers
br.com.pethub.model.Suppliers
This class represents a Supplier in the application.
It extends the Customers class, inheriting its fields and methods.
It contains an additional field specific to a supplier, which is cnpj.
It also contains getter and setter methods for this field.
-
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
Suppliers
public Suppliers()
-
-
Method Details
-
getCnpj
-
setCnpj
-
toString
-