com.brayan.SECS.DAL
Class Notification
java.lang.Object
com.brayan.SECS.DAL.Notification
public class Notification
- extends java.lang.Object
This Class represents a Notification that has a Message, a contact if possible
and a recommendation for the next task.
Collaboration Support Notification
----------------------------------
Communication: contact email
Coordination: next task
Cooperation: link to use outlook e.g. mailto:
Co-Existance: reponsible persons
- Author:
- Brayan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
message
java.lang.String message
identity
Identity identity
typeOfNotificationObligation
Enums.TypeOfNotificationObligation typeOfNotificationObligation
Notification
public Notification()
getIdentity
public Identity getIdentity()
setIdentity
public void setIdentity(Identity identity)
getMessage
public java.lang.String getMessage()
setMessage
public void setMessage(java.lang.String message)
getTypeOfNotificationObligation
public Enums.TypeOfNotificationObligation getTypeOfNotificationObligation()
setTypeOfNotificationObligation
public void setTypeOfNotificationObligation(Enums.TypeOfNotificationObligation typeOfNotificationObligation)