Interface IModelApiTaskDescription


  • public interface IModelApiTaskDescription
    The interface to provide a localized name and extra info of the task.
    • Method Detail

      • getName

        String getName()
        Returns the localized name of the task.
        Returns:
        the localized name of the task, never null.
      • getId

        Object getId()
        Returns the identifier of the task.
        Returns:
        the identifier of the task, cannot be null.
      • getServiceId

        Object getServiceId()
        Returns the identifier of the service the task belongs.
        Returns:
        the identifier of the service the task belongs or null.