org.hyperic.hq.galerts.server.session
Class GalertLog
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.galerts.server.session.GalertLog
- All Implemented Interfaces:
- java.io.Serializable, AlertInterface
public class GalertLog
- extends PersistedObject
- implements AlertInterface
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MAX_SHORT_REASON
public static int MAX_SHORT_REASON
MAX_LONG_REASON
public static int MAX_LONG_REASON
GalertLog
protected GalertLog()
getDefinition
public PerformsEscalations getDefinition()
getAlertDef
public GalertDef getAlertDef()
setAlertDef
protected void setAlertDef(GalertDef def)
getAlertDefinitionInterface
public AlertDefinitionInterface getAlertDefinitionInterface()
- Specified by:
getAlertDefinitionInterface
in interface AlertInterface
getTimestamp
public long getTimestamp()
- Specified by:
getTimestamp
in interface AlertInterface
setTimestamp
protected void setTimestamp(long timestamp)
getShortReason
public java.lang.String getShortReason()
setShortReason
protected void setShortReason(java.lang.String txt)
getLongReason
public java.lang.String getLongReason()
setLongReason
protected void setLongReason(java.lang.String txt)
setPartitionEnum
protected void setPartitionEnum(int code)
getPartitionEnum
protected int getPartitionEnum()
setActionLogBag
protected void setActionLogBag(java.util.Collection actionLog)
getActionLogBag
protected java.util.Collection getActionLogBag()
getActionLog
public java.util.Collection getActionLog()
- Specified by:
getActionLog
in interface AlertInterface
setAuxLogBag
protected void setAuxLogBag(java.util.List auxLogs)
getAuxLogBag
protected java.util.List getAuxLogBag()
getAuxLogs
public java.util.List getAuxLogs()
- Gets the
GalertAuxLog
s associated with this alert.
isFixed
public boolean isFixed()
- Specified by:
isFixed
in interface AlertInterface
setFixed
protected void setFixed(boolean fixed)
setAckedBy
protected void setAckedBy(java.lang.Long ackedBy)
getAckedBy
protected java.lang.Long getAckedBy()
setStateId
protected void setStateId(java.lang.Long stateId)
getStateId
protected java.lang.Long getStateId()
isAcknowledged
public boolean isAcknowledged()
hasEscalationState
public boolean hasEscalationState()
isAcknowledgeable
public boolean isAcknowledgeable()
hashCode
public int hashCode()
- Overrides:
hashCode
in class PersistedObject
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class PersistedObject
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.