org.hyperic.hq.events.server.session
Class AlertActionLog
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.events.server.session.AlertActionLog
- All Implemented Interfaces:
- java.io.Serializable
public class AlertActionLog
- extends PersistedObject
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
AlertActionLog
protected AlertActionLog()
AlertActionLog
protected AlertActionLog(Alert alert,
java.lang.String detail,
Action action,
AuthzSubject subject)
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)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.