Package br.com.pethub.model


package br.com.pethub.model
This package contains the model classes for the PetHub application.

The model classes are used to represent entities in the application, such as Customers, Pets, Products, etc. Each model class has fields that represent different properties of the entity and getter and setter methods for these fields.

Since:
1.0
  • Classes
    Class
    Description
    This class represents a Customer in the application.
    This class represents an Employee in the application.
    This class represents an ItemSale in the application.
    This class represents a Pet in the application.
    This class represents a Product in the application.
    This class represents a Sale in the application.
    This class represents a Schedule in the application.
    This class represents a Service in the application.
    This class represents a Supplier in the application.
    This class represents a Vaccine in the application.