java.lang.Object
es.kukenan.smartfi.microservice.contracts.repository.entity.BackofficeSubsystems

public class BackofficeSubsystems extends Object
This class is an artificial entity, it does not really exist. It used to hold the result of finding all subsystems that have, at least, one product registered, grouping by back office and filtering by user.
  • Field Details

    • backOfficeId

      private final Integer backOfficeId
      Backoffice identifier.
    • subsystems

      private final List<String> subsystems
      Subsystem list.
  • Constructor Details

    • BackofficeSubsystems

      public BackofficeSubsystems()