|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.notification.Notification
public class Notification
Notify Bean, containing data from the notifications table.
| Field Summary | |
|---|---|
int |
m_eventId
|
String |
m_interfaceID
|
int |
m_nodeID
|
int |
m_notifyID
|
String |
m_numMsg
|
String |
m_responder
|
List<NoticeSentTo> |
m_sentTo
|
int |
m_serviceId
|
String |
m_serviceName
|
long |
m_timeReply
|
long |
m_timeSent
|
String |
m_txtMsg
|
| Constructor Summary | |
|---|---|
Notification()
Default Constructor |
|
Notification(List<NoticeSentTo> sentToList,
int notifyId,
String txtMsg,
String numMsg,
long timeSent,
long timeReply,
String responder,
int nodeid,
String interfaceID,
int svcId,
String svcName,
int eventid)
Constructor for Notification. |
|
| Method Summary | |
|---|---|
int |
getEventId()
getEventId |
int |
getId()
getId |
String |
getInterfaceId()
getInterfaceId |
String |
getIpAddress()
getIpAddress |
int |
getNodeId()
getNodeId |
String |
getNumericMessage()
getNumericMessage |
String |
getResponder()
getResponder |
List<NoticeSentTo> |
getSentTo()
getSentTo |
int |
getServiceId()
getServiceId |
String |
getServiceName()
getServiceName |
String |
getTextMessage()
getTextMessage |
Date |
getTimeReplied()
getTimeReplied |
Date |
getTimeSent()
getTimeSent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public List<NoticeSentTo> m_sentTo
public String m_txtMsg
public String m_numMsg
public int m_notifyID
public long m_timeSent
public long m_timeReply
public String m_responder
public int m_nodeID
public String m_interfaceID
public String m_serviceName
public int m_serviceId
public int m_eventId
| Constructor Detail |
|---|
public Notification()
public Notification(List<NoticeSentTo> sentToList,
int notifyId,
String txtMsg,
String numMsg,
long timeSent,
long timeReply,
String responder,
int nodeid,
String interfaceID,
int svcId,
String svcName,
int eventid)
Constructor for Notification.
sentToList - a List object.notifyId - a int.txtMsg - a String object.numMsg - a String object.timeSent - a long.timeReply - a long.responder - a String object.nodeid - a int.interfaceID - a String object.svcId - a int.svcName - a String object.eventid - a int.| Method Detail |
|---|
public List<NoticeSentTo> getSentTo()
getSentTo
List object.public String getTextMessage()
getTextMessage
String object.public String getNumericMessage()
getNumericMessage
String object.public int getId()
getId
public Date getTimeSent()
getTimeSent
Date object.public Date getTimeReplied()
getTimeReplied
Date object.public String getResponder()
getResponder
String object.public int getNodeId()
getNodeId
public String getInterfaceId()
getInterfaceId
String object.public String getIpAddress()
getIpAddress
String object.public String getServiceName()
getServiceName
String object.public int getServiceId()
getServiceId
public int getEventId()
getEventId
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||