org.opennms.dashboard.client
Class Alarm

java.lang.Object
  extended by org.opennms.dashboard.client.Alarm
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class Alarm
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

Author:
Mathew Brozowski, DJ Gregor

Constructor Summary
Alarm()
           
Alarm(String severity, String nodeLabel, int nodeId, boolean isDashboardRole, String logMsg, String description, int count, Date firstEventTime, Date lastEventTime)
           
 
Method Summary
 int getCount()
           
 String getDescrption()
           
 Date getFirstEventTime()
           
 String getIpAddress()
           
 boolean getIsDashboardRole()
           
 Date getLastEventTime()
           
 String getLogMsg()
           
 int getNodeId()
           
 String getNodeLabel()
           
 String getSeverity()
           
 String getSvcName()
           
 void setCount(int count)
           
 void setDescrption(String descrption)
           
 void setFirstEventTime(Date firstEventTime)
           
 void setIpAddress(String ipAddress)
           
 void setIsDashboardRole(boolean isDashboardRole)
           
 void setLastEventTime(Date lastEventTime)
           
 void setLogMsg(String logMsg)
           
 void setNodeId(int nodeId)
           
 void setNodeLabel(String nodeLabel)
           
 void setSeverity(String severity)
           
 void setSvcName(String svcName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Alarm

public Alarm()

Alarm

public Alarm(String severity,
             String nodeLabel,
             int nodeId,
             boolean isDashboardRole,
             String logMsg,
             String description,
             int count,
             Date firstEventTime,
             Date lastEventTime)
Method Detail

getCount

public int getCount()

setCount

public void setCount(int count)

getDescrption

public String getDescrption()

setDescrption

public void setDescrption(String descrption)

getIpAddress

public String getIpAddress()

setIpAddress

public void setIpAddress(String ipAddress)

getNodeId

public int getNodeId()

setNodeId

public void setNodeId(int nodeId)

getNodeLabel

public String getNodeLabel()

setNodeLabel

public void setNodeLabel(String nodeLabel)

getSeverity

public String getSeverity()

setSeverity

public void setSeverity(String severity)

getSvcName

public String getSvcName()

setSvcName

public void setSvcName(String svcName)

getFirstEventTime

public Date getFirstEventTime()

setFirstEventTime

public void setFirstEventTime(Date firstEventTime)

getLastEventTime

public Date getLastEventTime()

setLastEventTime

public void setLastEventTime(Date lastEventTime)

getLogMsg

public String getLogMsg()

setLogMsg

public void setLogMsg(String logMsg)

setIsDashboardRole

public void setIsDashboardRole(boolean isDashboardRole)

getIsDashboardRole

public boolean getIsDashboardRole()


Copyright © 2009. All Rights Reserved.