|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portlet.notice.response.NotificationCategory
public class NotificationCategory
Container class that holds the entries for a given category. The category title is used to determine if entries from other sources should be grouped together in the same category.
| Constructor Summary | |
|---|---|
NotificationCategory()
Constructor. |
|
NotificationCategory(String title,
List<NotificationEntry> entries)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addEntries(List<NotificationEntry> newEntries)
|
void |
clearEntries()
|
List<NotificationEntry> |
getEntries()
|
String |
getTitle()
|
void |
setEntries(List<NotificationEntry> entries)
|
void |
setSource(String source)
Set the source of the data. |
void |
setTitle(String title)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationCategory()
public NotificationCategory(String title,
List<NotificationEntry> entries)
| Method Detail |
|---|
public void setSource(String source)
source - is the source of the data.public String getTitle()
public void setTitle(String title)
public List<NotificationEntry> getEntries()
public void setEntries(List<NotificationEntry> entries)
public void addEntries(List<NotificationEntry> newEntries)
public void clearEntries()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||