org.hyperic.hq.galerts.server.session
Class GalertActionLog
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.galerts.server.session.GalertActionLog
- All Implemented Interfaces:
- java.io.Serializable
public class GalertActionLog
- extends PersistedObject
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
GalertActionLog
protected GalertActionLog()
getDetail
public java.lang.String getDetail()
setDetail
protected void setDetail(java.lang.String detail)
getGalertLog
public GalertLog getGalertLog()
setGalertLog
protected void setGalertLog(GalertLog 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.