org.opennms.netmgt.model
Class OnmsUserNotification
java.lang.Object
org.opennms.netmgt.model.OnmsUserNotification
- All Implemented Interfaces:
- Serializable
public class OnmsUserNotification
- extends Object
- implements Serializable
- See Also:
- Serialized Form
OnmsUserNotification
public OnmsUserNotification(String userId,
Date notifyTime,
String media,
String contactInfo,
String autoNotify,
OnmsNotification notification,
Integer id)
- full constructor
OnmsUserNotification
public OnmsUserNotification()
- default constructor
getId
public Integer getId()
setId
public void setId(Integer id)
getUserId
public String getUserId()
setUserId
public void setUserId(String userId)
getNotifyTime
public Date getNotifyTime()
setNotifyTime
public void setNotifyTime(Date notifyTime)
getMedia
public String getMedia()
setMedia
public void setMedia(String media)
getContactInfo
public String getContactInfo()
setContactInfo
public void setContactInfo(String contactInfo)
getAutoNotify
public String getAutoNotify()
setAutoNotify
public void setAutoNotify(String autoNotify)
getNotification
public OnmsNotification getNotification()
setNotification
public void setNotification(OnmsNotification notification)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009. All Rights Reserved.