com.brayan.SECS.DAL
Class Notification

java.lang.Object
  extended by 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

Field Summary
(package private)  Identity identity
           
(package private)  java.lang.String message
           
(package private)  Enums.TypeOfNotificationObligation typeOfNotificationObligation
           
 
Constructor Summary
Notification()
           
 
Method Summary
 Identity getIdentity()
           
 java.lang.String getMessage()
           
 Enums.TypeOfNotificationObligation getTypeOfNotificationObligation()
           
 void setIdentity(Identity identity)
           
 void setMessage(java.lang.String message)
           
 void setTypeOfNotificationObligation(Enums.TypeOfNotificationObligation typeOfNotificationObligation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

java.lang.String message

identity

Identity identity

typeOfNotificationObligation

Enums.TypeOfNotificationObligation typeOfNotificationObligation
Constructor Detail

Notification

public Notification()
Method Detail

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)