Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.tethys.tag.notices
Class NoticesMap  view NoticesMap download NoticesMap.java

java.lang.Object
  extended bycom.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)