public class NotificationCategory extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
NotificationCategory()
Constructor.
|
NotificationCategory(String title,
List<NotificationEntry> entries)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEntries(List<NotificationEntry> newEntries) |
Object |
clone()
Implements deep-copy clone.
|
List<NotificationEntry> |
getEntries() |
String |
getTitle() |
void |
setEntries(List<NotificationEntry> entries) |
void |
setTitle(String title) |
String |
toString() |
public NotificationCategory()
public NotificationCategory(String title, List<NotificationEntry> entries)
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 Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - Not really, but it's on the method
signature we're overriding.Copyright © 2016 Jasig. All Rights Reserved.