com.silverpeas.notification.delayed.synthese
Class DelayedNotificationSyntheseData

java.lang.Object
  extended by com.silverpeas.notification.delayed.synthese.DelayedNotificationSyntheseData

public class DelayedNotificationSyntheseData
extends Object

Author:
Yohann Chastagnier

Constructor Summary
DelayedNotificationSyntheseData()
           
 
Method Summary
 void addNbNotifications(int nb)
           
 void addResource(SyntheseResource resource)
           
 Collection<Long> getDelayedNotificationIdProceeded()
           
 DelayedNotificationFrequency getFrequency()
           
 String getLanguage()
           
 String getMessage()
           
 int getNbNotifications()
           
 int getNbResources()
           
 Collection<SyntheseResource> getResources()
           
 String getSubject()
           
 Integer getUserId()
           
 boolean isHtmlMessage()
           
 void setFrequency(DelayedNotificationFrequency frequency)
           
 void setLanguage(String language)
           
 void setMessage(String message)
           
 void setSubject(String subject)
           
 void setUserId(Integer userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelayedNotificationSyntheseData

public DelayedNotificationSyntheseData()
Method Detail

getDelayedNotificationIdProceeded

public Collection<Long> getDelayedNotificationIdProceeded()

getUserId

public Integer getUserId()

setUserId

public void setUserId(Integer userId)

getFrequency

public DelayedNotificationFrequency getFrequency()

setFrequency

public void setFrequency(DelayedNotificationFrequency frequency)

getLanguage

public String getLanguage()

setLanguage

public void setLanguage(String language)

getNbResources

public int getNbResources()

getNbNotifications

public int getNbNotifications()

addNbNotifications

public void addNbNotifications(int nb)

getResources

public Collection<SyntheseResource> getResources()

addResource

public void addResource(SyntheseResource resource)

getSubject

public String getSubject()

setSubject

public void setSubject(String subject)

getMessage

public String getMessage()

isHtmlMessage

public boolean isHtmlMessage()

setMessage

public void setMessage(String message)


Copyright © 2016 Silverpeas. All Rights Reserved.