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

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

    • user

      private User user
      user associated to the backoffice identifier.
    • backofficeId

      private Integer backofficeId
      Backoffice Id.
    • coreUserId

      private String coreUserId
      Core user identifier update from Backoffice.
  • Constructor Details

    • UserBackoffice

      public UserBackoffice()