org.hyperic.hq.galerts.server.session
Class GalertAuxLog
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.galerts.server.session.GalertAuxLog
- All Implemented Interfaces:
- java.io.Serializable
public class GalertAuxLog
- extends PersistedObject
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
GalertAuxLog
protected GalertAuxLog()
getTimestamp
public long getTimestamp()
setTimestamp
protected void setTimestamp(long timestamp)
getAlert
public GalertLog getAlert()
setAlert
protected void setAlert(GalertLog alert)
getProvider
public AlertAuxLogProvider getProvider()
getAuxType
protected int getAuxType()
setAuxType
protected void setAuxType(int auxType)
getDescription
public java.lang.String getDescription()
setDescription
protected void setDescription(java.lang.String description)
getParent
public GalertAuxLog getParent()
setParent
protected void setParent(GalertAuxLog parent)
getChildrenBag
protected java.util.Collection getChildrenBag()
setChildrenBag
protected void setChildrenBag(java.util.Collection c)
getChildren
public java.util.Collection getChildren()
getAlertDef
public GalertDef getAlertDef()
setAlertDef
protected void setAlertDef(GalertDef def)
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.