|
|||||||||
| Home >> All >> com >> aendvari >> tethys >> tag >> [ notices overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.tethys.tag.notices
Class NoticesMap

java.lang.Objectcom.aendvari.tethys.tag.notices.NoticesMap
- public class NoticesMap
- extends java.lang.Object
This class is used to hold notice data.
| Field Summary | |
protected com.aendvari.common.notices.Notices |
notices
Contains the group of notifications. |
protected com.aendvari.common.notices.NoticeTranslator |
translator
The translator to convert notifications to text. |
| Constructor Summary | |
NoticesMap()
Constructs an empty NoticesMap. |
|
NoticesMap(com.aendvari.common.notices.Notices setNotices,
com.aendvari.common.notices.NoticeTranslator setTranslator)
Constructs a NoticesMap. |
|
| Method Summary | |
com.aendvari.common.notices.Notices |
getNotices()
|
com.aendvari.common.notices.NoticeTranslator |
getTranslator()
|
void |
setNotices(com.aendvari.common.notices.Notices setNotices)
|
void |
setTranslator(com.aendvari.common.notices.NoticeTranslator setTranslator)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
notices
protected com.aendvari.common.notices.Notices notices
- Contains the group of notifications.
translator
protected com.aendvari.common.notices.NoticeTranslator translator
- The translator to convert notifications to text.
| Constructor Detail |
NoticesMap
public NoticesMap()
- Constructs an empty NoticesMap.
NoticesMap
public NoticesMap(com.aendvari.common.notices.Notices setNotices, com.aendvari.common.notices.NoticeTranslator setTranslator)
- Constructs a NoticesMap.
| Method Detail |
getNotices
public com.aendvari.common.notices.Notices getNotices()
setNotices
public void setNotices(com.aendvari.common.notices.Notices setNotices)
getTranslator
public com.aendvari.common.notices.NoticeTranslator getTranslator()
setTranslator
public void setTranslator(com.aendvari.common.notices.NoticeTranslator setTranslator)
|
|||||||||
| Home >> All >> com >> aendvari >> tethys >> tag >> [ notices overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.aendvari.tethys.tag.notices.NoticesMap