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

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

    • id

      private String id
      User identification.
    • name

      private String name
      User name.
    • surname

      private String surname
      User surname.
    • email

      private String email
      User email.
    • password

      private String password
      User password.
    • phone

      private String phone
      User phone number.
    • phonePrefix

      private String phonePrefix
      User phone prefix number.
    • documentId

      private String documentId
      User document id.
    • companyId

      private Integer companyId
      User company identifier.
    • changePassword

      private Boolean changePassword
      User change password status.
    • locked

      private Boolean locked
      User lock status.
    • loginErrorCount

      private Integer loginErrorCount
      Failed login error count.
    • lastLoginErrorDate

      private LocalDateTime lastLoginErrorDate
      Last login error date.
    • lastLoginAccessDate

      private LocalDateTime lastLoginAccessDate
      Last login access date.
    • cededPercentage

      private Float cededPercentage
      Ceded Percentage value.
    • feeToApply

      private Float feeToApply
      Fee To Apply value.
    • rol

      private Rol rol
      User rol.
    • userFather

      private User userFather
      User father.
    • children

      private List<User> children
      list of user children.
    • active

      private Boolean active
      User active flag.
  • Constructor Details

    • User

      public User()