public class NotificationEntry extends Object implements Serializable
The NotificationCategory
class contains all the entries for the same category title.
| Constructor and Description |
|---|
NotificationEntry() |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationAttribute> |
getAttributes() |
String |
getBody() |
Date |
getDueDate() |
String |
getImage() |
int |
getPriority() |
String |
getSource() |
String |
getTitle() |
String |
getUrl() |
void |
setAttributes(List<NotificationAttribute> attributes) |
void |
setBody(String body) |
void |
setDueDate(Date dueDate) |
void |
setImage(String imageUrl) |
void |
setPriority(int priority) |
void |
setSource(String source) |
void |
setTitle(String title) |
void |
setUrl(String link) |
String |
toString() |
public String getSource()
public void setSource(String source)
public String getTitle()
public void setTitle(String title)
public String getUrl()
public void setUrl(String link)
public int getPriority()
public void setPriority(int priority)
public Date getDueDate()
public void setDueDate(Date dueDate)
public String getImage()
public void setImage(String imageUrl)
public String getBody()
public void setBody(String body)
public List<NotificationAttribute> getAttributes()
public void setAttributes(List<NotificationAttribute> attributes)
Copyright © 2013 Jasig. All Rights Reserved.