java.lang.Object
es.kukenan.smartfi.microservice.contracts.repository.entity.Subsystem
All Implemented Interfaces:
Serializable

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

    • id

      private Integer id
      core account type Id.
    • name

      private String name
      type name.
    • backOfficeId

      private Integer backOfficeId
      Backoffice Id.
    • enabled

      private boolean enabled
      Subsystem status.
  • Constructor Details

    • Subsystem

      public Subsystem()