|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portlet.notice.response.NotificationEntry
public class NotificationEntry
The class contains the notification information. The NotificationCategory class contains all the entries for the same category title.
| Constructor Summary | |
|---|---|
NotificationEntry()
Constructor. |
|
| Method Summary | |
|---|---|
String |
getBody()
Returns the body attribute. |
Date |
getDueDate()
Returns the due date attribute. |
Date |
getEndDate()
Returns the end date attribute. |
String |
getImageUrl()
|
String |
getLink()
Returns the link attribute. |
int |
getPriority()
Returns the priority attribute. |
String |
getSource()
|
Date |
getStartDate()
Returns the start date attribute. |
String |
getSummary()
Returns the summary attribute. |
String |
getTitle()
Returns the title attribute. |
boolean |
isDismissed()
Returns the dismissed attribute. |
void |
setBody(String body)
Sets the body attribute. |
void |
setDismissed(boolean dismissed)
Sets the dismissed attribute. |
void |
setDueDate(Date dueDate)
Sets the due date attribute. |
void |
setEndDate(Date endDate)
Sets the end date attribute. |
void |
setImageUrl(String imageUrl)
|
void |
setLink(String link)
Sets the link attribute. |
void |
setPriority(int priority)
Sets the priority attribute. |
void |
setSource(String source)
|
void |
setStartDate(Date startDate)
Sets the start date attribute. |
void |
setSummary(String summary)
Sets the summary attribute. |
void |
setTitle(String title)
Sets the title attribute. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationEntry()
| Method Detail |
|---|
public String getSource()
public void setSource(String source)
public String getTitle()
public void setTitle(String title)
title - is the new value of this attribute.public String getSummary()
public void setSummary(String summary)
summary - is the new value of this attribute.public String getBody()
public void setBody(String body)
body - is the new value of this attribute.public String getLink()
public void setLink(String link)
link - is the new value of this attribute.public Date getStartDate()
public void setStartDate(Date startDate)
startDate - is the new start date value.public Date getEndDate()
public void setEndDate(Date endDate)
endDate - is the new end date value.public Date getDueDate()
public void setDueDate(Date dueDate)
dueDate - is the new due date value.public int getPriority()
public void setPriority(int priority)
priority - is the new priority value.public boolean isDismissed()
public void setDismissed(boolean dismissed)
dismissed - is the new priority dismissed.public String getImageUrl()
public void setImageUrl(String imageUrl)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||