java.lang.Object
es.kukenan.smartfi.microservice.backoffice.repository.entity.Appointment

@Entity public class Appointment extends Object
Appointment entity object.
  • Field Details

    • id

      private String id
      Appointment identification.
    • workHour

      private WorkHour workHour
      Appointment hour selected.
    • day

      private LocalDate day
      Appointment day selected.
    • applicationId

      private String applicationId
      Appointment application identifier.
    • clientId

      private String clientId
      Appointment client.
    • user

      private User user
      Appointment user backoffice.
  • Constructor Details

    • Appointment

      public Appointment()