Class TaskNotificationDescriptor
- java.lang.Object
-
- org.neotropic.kuwaiba.core.apis.persistence.application.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 Summary
Fields Modifier and Type Field Description static intTYPE_CLIENTExecute once, on system start-up.static intTYPE_EMAILExecute once, on user's log in
-
Constructor Summary
Constructors Constructor Description TaskNotificationDescriptor()TaskNotificationDescriptor(String email, int notificationType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEmail()intgetNotificationType()voidsetEmail(String email)voidsetNotificationType(int notificationType)
-
-
-
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)
-
-