Interface Service

    • Method Detail

      • getId

        String getId()
        Obtains a unique ID of the service
      • getName

        String getName()
        Obtains a descriptive name of the service that may be presented to the user.
        Returns:
        the operator name
      • getDescription

        String getDescription()
        Obtains a longer description of the service.
        Returns:
        the description
      • getCategory

        String getCategory()
        A category that allows to group similar services.
        Returns:
        Category name or null when no category is assigned.
      • setServiceManager

        void setServiceManager​(ServiceManager manager)
        Assigns a service manager to the service. This is typically called by the service manager itself during the service initialization.
        Parameters:
        manager - The service manager to be set.