Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.events.server.session
Class AlertActionLog

java.lang.Object
  extended by org.hyperic.hibernate.PersistedObject
      extended by org.hyperic.hq.events.server.session.AlertActionLog
All Implemented Interfaces:
java.io.Serializable

public class AlertActionLog
extends PersistedObject

See Also:
Serialized Form

Constructor Summary
protected AlertActionLog()
           
protected AlertActionLog(Alert alert, java.lang.String detail, Action action, AuthzSubject subject)
           
 
Method Summary
 Action getAction()
           
protected  Alert getAlert()
           
 EscalationAlertType getAlertType()
           
protected  int getAlertTypeEnum()
           
 java.lang.String getDetail()
           
 AuthzSubject getSubject()
           
 long getTimeStamp()
           
protected  void setAction(Action action)
           
protected  void setAlert(Alert alert)
           
protected  void setAlertTypeEnum(int v)
           
protected  void setDetail(java.lang.String detail)
           
protected  void setSubject(AuthzSubject subject)
           
protected  void setTimeStamp(long stamp)
           
 
Methods inherited from class org.hyperic.hibernate.PersistedObject
equals, get_version_, getId, hashCode, set_version_, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertActionLog

protected AlertActionLog()

AlertActionLog

protected AlertActionLog(Alert alert,
                         java.lang.String detail,
                         Action action,
                         AuthzSubject subject)
Method Detail

getDetail

public java.lang.String getDetail()

setDetail

protected void setDetail(java.lang.String detail)

getAlert

protected Alert getAlert()

setAlert

protected void setAlert(Alert alert)

getAction

public Action getAction()

setAction

protected void setAction(Action action)

getSubject

public AuthzSubject getSubject()

setSubject

protected void setSubject(AuthzSubject subject)

getAlertTypeEnum

protected int getAlertTypeEnum()

setAlertTypeEnum

protected void setAlertTypeEnum(int v)

getAlertType

public EscalationAlertType getAlertType()

getTimeStamp

public long getTimeStamp()

setTimeStamp

protected void setTimeStamp(long stamp)

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.