org.opennms.netmgt.model
Class OnmsUserNotification

java.lang.Object
  extended by org.opennms.netmgt.model.OnmsUserNotification
All Implemented Interfaces:
Serializable

public class OnmsUserNotification
extends Object
implements Serializable

See Also:
Serialized Form

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()
           
 String getContactInfo()
           
 Integer getId()
           
 String getMedia()
           
 OnmsNotification getNotification()
           
 Date getNotifyTime()
           
 String getUserId()
           
 void setAutoNotify(String autoNotify)
           
 void setContactInfo(String contactInfo)
           
 void setId(Integer id)
           
 void setMedia(String media)
           
 void setNotification(OnmsNotification notification)
           
 void setNotifyTime(Date notifyTime)
           
 void setUserId(String userId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OnmsUserNotification

public OnmsUserNotification(String userId,
                            Date notifyTime,
                            String media,
                            String contactInfo,
                            String autoNotify,
                            OnmsNotification notification,
                            Integer id)
full constructor


OnmsUserNotification

public OnmsUserNotification()
default constructor

Method Detail

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.