com.silverpeas.questionReply.control.notification
Class NotificationData

java.lang.Object
  extended by com.silverpeas.questionReply.control.notification.NotificationData

public class NotificationData
extends Object

Author:
ehugonnet

Constructor Summary
NotificationData(String subject, String source, String componentLabel, String componentId)
           
 
Method Summary
 String getComponentId()
           
 String getComponentLabel()
           
 String getSource()
           
 String getSubject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationData

public NotificationData(String subject,
                        String source,
                        String componentLabel,
                        String componentId)
Method Detail

getSource

public String getSource()

getSubject

public String getSubject()

getComponentLabel

public String getComponentLabel()

getComponentId

public String getComponentId()


Copyright © 2016 Silverpeas. All Rights Reserved.