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

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

    • id

      private Long id
      Rol identification.
    • name

      private String name
      Rol name.
    • security

      private String security
      Rol security level.
    • type

      private String type
      Rol application type.
    • active

      private Boolean active
      Rol status.
  • Constructor Details

    • Rol

      public Rol()