public interface INoticesSupport
| Modifier and Type | Method and Description |
|---|---|
void |
addNotice(Notice notice)
Add a new
Notice |
void |
clearNotices()
Remove all
Notice instances from the target. |
List<Notice> |
getNotices()
A list of
Notice instances associated with this object. |
boolean |
removeNotice(Notice notice)
Remove the
Notice from the target. |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.