|
||||||||||
| 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()
getContactInfo |
String |
getMedia()
getMedia |
Date |
getTime()
getTime |
String |
getUserId()
getUserId |
void |
setContactInfo(String contact)
setContactInfo |
void |
setMedia(String media)
setMedia |
void |
setTime(long time)
setTime |
void |
setUserId(String userid)
setUserId |
| 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)
setUserId
userid - a String object.public String getUserId()
getUserId
String object.public void setTime(long time)
setTime
time - a long.public Date getTime()
getTime
public void setMedia(String media)
setMedia
media - a String object.public String getMedia()
getMedia
String object.public void setContactInfo(String contact)
setContactInfo
contact - a String object.public String getContactInfo()
getContactInfo
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||