org.rhq.core.domain.alert.notification
Class AlertNotificationLog

java.lang.Object
  extended by org.rhq.core.domain.alert.notification.AlertNotificationLog
All Implemented Interfaces:
Serializable

public class AlertNotificationLog
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String QUERY_DELETE_BY_ALERT_CTIME
           
static String QUERY_DELETE_BY_RESOURCE
           
static String QUERY_DELETE_BY_RESOURCES
           
 
Constructor Summary
protected AlertNotificationLog()
           
  AlertNotificationLog(Alert alert)
           
 
Method Summary
 Alert getAlert()
           
 String getEmails()
           
 int getId()
           
 String getRoles()
           
 String getSubjects()
           
 void setAlert(Alert alert)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY_DELETE_BY_RESOURCE

public static final String QUERY_DELETE_BY_RESOURCE
See Also:
Constant Field Values

QUERY_DELETE_BY_ALERT_CTIME

public static final String QUERY_DELETE_BY_ALERT_CTIME
See Also:
Constant Field Values

QUERY_DELETE_BY_RESOURCES

public static final String QUERY_DELETE_BY_RESOURCES
See Also:
Constant Field Values
Constructor Detail

AlertNotificationLog

protected AlertNotificationLog()

AlertNotificationLog

public AlertNotificationLog(Alert alert)
Method Detail

getId

public int getId()

getRoles

public String getRoles()

getSubjects

public String getSubjects()

getEmails

public String getEmails()

getAlert

public Alert getAlert()

setAlert

public void setAlert(Alert alert)


Copyright © 2008 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.