Class Vaccine
java.lang.Object
br.com.pethub.model.Vaccine
This class represents a Vaccine in the application.
It contains fields that represent different properties of a vaccine, such as id, vaccine_name, vaccine_application, vaccine_expiration, note, and references to Customers and Pets objects.
It also contains getter and setter methods for these fields.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
getNote()
getPets()
void
setCustumers
(Customers custumers) void
setId
(int id) void
void
void
setVaccine_application
(String vaccine_application) void
setVaccine_expiration
(String vaccine_expiration) void
setVaccine_name
(String vaccine_name)
-
Constructor Details
-
Vaccine
public Vaccine()
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getVaccine_name
-
setVaccine_name
-
getVaccine_application
-
setVaccine_application
-
getVaccine_expiration
-
setVaccine_expiration
-
getNote
-
setNote
-
getCustumers
-
setCustumers
-
getPets
-
setPets
-