Class SyntheseResource
- java.lang.Object
-
- org.silverpeas.core.notification.user.delayed.synthese.SyntheseResource
-
public class SyntheseResource extends Object
- Author:
- Yohann Chastagnier
-
-
Constructor Summary
Constructors Constructor Description SyntheseResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addNotification(SyntheseResourceNotification notification)
List<AttachmentLink>
getAttachmentLinks()
String
getDescription()
String
getLinkLabel()
String
getLocation()
String
getName()
List<SyntheseResourceNotification>
getNotifications()
String
getUrl()
boolean
isSeveralNotifications()
void
setAttachmentLinks(List<AttachmentLink> attachmentLinks)
void
setDescription(String description)
void
setLinkLabel(String linkLabel)
void
setLocation(String location)
void
setName(String name)
void
setUrl(String url)
-
-
-
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)
-
getLinkLabel
public String getLinkLabel()
-
setLinkLabel
public void setLinkLabel(String linkLabel)
-
setAttachmentLinks
public void setAttachmentLinks(List<AttachmentLink> attachmentLinks)
-
getAttachmentLinks
public List<AttachmentLink> getAttachmentLinks()
-
getNotifications
public List<SyntheseResourceNotification> getNotifications()
-
addNotification
public void addNotification(SyntheseResourceNotification notification)
-
isSeveralNotifications
public boolean isSeveralNotifications()
-
-