Class TaskNotificationDescriptor


  • public class TaskNotificationDescriptor
    extends Object
    Describes how the results of a task should be notified to the users associated to it.
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Field Detail

      • TYPE_CLIENT

        public static final int TYPE_CLIENT
        Execute once, on system start-up.
        See Also:
        Constant Field Values
      • TYPE_EMAIL

        public static final int TYPE_EMAIL
        Execute once, on user's log in
        See Also:
        Constant Field Values
    • Constructor Detail

      • TaskNotificationDescriptor

        public TaskNotificationDescriptor()
      • TaskNotificationDescriptor

        public TaskNotificationDescriptor​(String email,
                                          int notificationType)
    • Method Detail

      • getEmail

        public String getEmail()
      • setEmail

        public void setEmail​(String email)
      • getNotificationType

        public int getNotificationType()
      • setNotificationType

        public void setNotificationType​(int notificationType)