nl.surfnet.coin.selfservice.domain
Class NotificationMessage

java.lang.Object
  extended by nl.surfnet.coin.selfservice.domain.NotificationMessage
All Implemented Interfaces:
Serializable

public class NotificationMessage
extends Object
implements Serializable

Message that is shown as a notification to a logged in user.

See Also:
Serialized Form

Constructor Summary
NotificationMessage()
           
 
Method Summary
 void addArguments(List<nl.surfnet.coin.csa.model.Service> arguments)
           
 void addMessageKey(String messageKey)
           
 List<nl.surfnet.coin.csa.model.Service> getArguments()
           
 List<String> getMessageKeys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationMessage

public NotificationMessage()
Method Detail

getMessageKeys

public List<String> getMessageKeys()

addMessageKey

public void addMessageKey(String messageKey)

getArguments

public List<nl.surfnet.coin.csa.model.Service> getArguments()

addArguments

public void addArguments(List<nl.surfnet.coin.csa.model.Service> arguments)


Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.