|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.model.OnmsUserNotification
public class OnmsUserNotification
| Constructor Summary | |
|---|---|
OnmsUserNotification()
default constructor |
|
OnmsUserNotification(String userId,
Date notifyTime,
String media,
String contactInfo,
String autoNotify,
OnmsNotification notification,
Integer id)
full constructor |
|
| Method Summary | |
|---|---|
String |
getAutoNotify()
getAutoNotify |
String |
getContactInfo()
getContactInfo |
Integer |
getId()
getId |
String |
getMedia()
getMedia |
OnmsNotification |
getNotification()
getNotification |
Date |
getNotifyTime()
getNotifyTime |
String |
getUserId()
getUserId |
void |
setAutoNotify(String autoNotify)
setAutoNotify |
void |
setContactInfo(String contactInfo)
setContactInfo |
void |
setId(Integer id)
setId |
void |
setMedia(String media)
setMedia |
void |
setNotification(OnmsNotification notification)
setNotification |
void |
setNotifyTime(Date notifyTime)
setNotifyTime |
void |
setUserId(String userId)
setUserId |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OnmsUserNotification(String userId,
Date notifyTime,
String media,
String contactInfo,
String autoNotify,
OnmsNotification notification,
Integer id)
userId - a String object.notifyTime - a Date object.media - a String object.contactInfo - a String object.autoNotify - a String object.notification - a OnmsNotification object.id - a Integer object.public OnmsUserNotification()
| Method Detail |
|---|
public Integer getId()
getId
Integer object.public void setId(Integer id)
setId
id - a Integer object.public String getUserId()
getUserId
String object.public void setUserId(String userId)
setUserId
userId - a String object.public Date getNotifyTime()
getNotifyTime
Date object.public void setNotifyTime(Date notifyTime)
setNotifyTime
notifyTime - a Date object.public String getMedia()
getMedia
String object.public void setMedia(String media)
setMedia
media - a String object.public String getContactInfo()
getContactInfo
String object.public void setContactInfo(String contactInfo)
setContactInfo
contactInfo - a String object.public String getAutoNotify()
getAutoNotify
String object.public void setAutoNotify(String autoNotify)
setAutoNotify
autoNotify - a String object.public OnmsNotification getNotification()
getNotification
OnmsNotification object.public void setNotification(OnmsNotification notification)
setNotification
notification - a OnmsNotification object.public String toString()
toString
toString in class ObjectString object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||