java.lang.Object
es.kukenan.smartfi.microservice.clients.repository.entity.RootedControl
All Implemented Interfaces:
Serializable

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

    • id

      private String id
      rooted control unique identifier.
    • platform

      private String platform
      Mobile Operative System.
    • category

      private String category
      Type of rooted control may be applications, kernel or permission.
    • control

      private String control
      Description of rooted control.
  • Constructor Details

    • RootedControl

      public RootedControl()