org.opennms.netmgt.model
Class OnmsUserNotification

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

public class OnmsUserNotification
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
OnmsUserNotification()
          default constructor
OnmsUserNotification(java.lang.String userId, java.util.Date notifyTime, java.lang.String media, java.lang.String contactInfo, java.lang.String autoNotify, OnmsNotification notification, java.lang.Integer id)
          full constructor
 
Method Summary
 java.lang.String getAutoNotify()
           
 java.lang.String getContactInfo()
           
 java.lang.Integer getId()
           
 java.lang.String getMedia()
           
 OnmsNotification getNotification()
           
 java.util.Date getNotifyTime()
           
 java.lang.String getUserId()
           
 void setAutoNotify(java.lang.String autoNotify)
           
 void setContactInfo(java.lang.String contactInfo)
           
 void setId(java.lang.Integer id)
           
 void setMedia(java.lang.String media)
           
 void setNotification(OnmsNotification notification)
           
 void setNotifyTime(java.util.Date notifyTime)
           
 void setUserId(java.lang.String userId)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OnmsUserNotification

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


OnmsUserNotification

public OnmsUserNotification()
default constructor

Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getUserId

public java.lang.String getUserId()

setUserId

public void setUserId(java.lang.String userId)

getNotifyTime

public java.util.Date getNotifyTime()

setNotifyTime

public void setNotifyTime(java.util.Date notifyTime)

getMedia

public java.lang.String getMedia()

setMedia

public void setMedia(java.lang.String media)

getContactInfo

public java.lang.String getContactInfo()

setContactInfo

public void setContactInfo(java.lang.String contactInfo)

getAutoNotify

public java.lang.String getAutoNotify()

setAutoNotify

public void setAutoNotify(java.lang.String autoNotify)

getNotification

public OnmsNotification getNotification()

setNotification

public void setNotification(OnmsNotification notification)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007. All Rights Reserved.