java.lang.Object
es.kukenan.smartfi.microservice.firm.repository.entity.Backoffice
All Implemented Interfaces:
Serializable

@Entity public class Backoffice extends Object implements Serializable
DAO for Backoffice table in Database.
See Also:
  • Field Details

    • id

      @Size(max=30) private @Size(max=30) Integer id
      the backoffice identifier.
    • name

      @Size(max=255) @NotEmpty private @Size(max=255) @NotEmpty String name
      Backoffice name.
  • Constructor Details

    • Backoffice

      public Backoffice()