|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.web.notification.NoticeSentTo
public class NoticeSentTo
NoticeSentTo Bean, containing data from the usersNotified table for a single user/notice pair.
| Field Summary | |
|---|---|
String |
m_contactInfo
Contact info. |
String |
m_media
The type of notification mechanism. |
long |
m_time
Time the notice was sent to the user in milliseconds. |
String |
m_userId
User this notice was sent to |
| Constructor Summary | |
|---|---|
NoticeSentTo()
Default Constructor |
|
| Method Summary | |
|---|---|
String |
getContactInfo()
|
String |
getMedia()
|
Date |
getTime()
|
String |
getUserId()
|
void |
setContactInfo(String contact)
|
void |
setMedia(String media)
|
void |
setTime(long time)
|
void |
setUserId(String userid)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String m_userId
public long m_time
public String m_contactInfo
public String m_media
| Constructor Detail |
|---|
public NoticeSentTo()
| Method Detail |
|---|
public void setUserId(String userid)
public String getUserId()
public void setTime(long time)
public Date getTime()
public void setMedia(String media)
public String getMedia()
public void setContactInfo(String contact)
public String getContactInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||