com.silverpeas.notification.delayed.synthese
Class SyntheseResource

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

public class SyntheseResource
extends Object

Author:
Yohann Chastagnier

Constructor Summary
SyntheseResource()
           
 
Method Summary
 void addNotification(SyntheseResourceNotification notification)
           
 String getDescription()
           
 String getLocation()
           
 String getName()
           
 List<SyntheseResourceNotification> getNotifications()
           
 String getUrl()
           
 boolean isSeveralNotifications()
           
 void setDescription(String description)
           
 void setLocation(String location)
           
 void setName(String name)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyntheseResource

public SyntheseResource()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getNotifications

public List<SyntheseResourceNotification> getNotifications()

addNotification

public void addNotification(SyntheseResourceNotification notification)

isSeveralNotifications

public boolean isSeveralNotifications()


Copyright © 2016 Silverpeas. All Rights Reserved.