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 TypeMethodDescriptionintgetId()getNote()getPets()voidsetCustumers(Customers custumers) voidsetId(int id) voidvoidvoidsetVaccine_application(String vaccine_application) voidsetVaccine_expiration(String vaccine_expiration) voidsetVaccine_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
 
 -