org.opennms.dashboard.client
Class NodeRtc
java.lang.Object
org.opennms.dashboard.client.NodeRtc
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class NodeRtc
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
- Author:
- DJ Gregor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeRtc
public NodeRtc()
setNodeLabel
public void setNodeLabel(String label)
setAvailability
public void setAvailability(String availability)
setDownServiceCount
public void setDownServiceCount(int downServiceCount)
setServiceCount
public void setServiceCount(int serviceCount)
getAvailability
public String getAvailability()
getDownServiceCount
public int getDownServiceCount()
getNodeLabel
public String getNodeLabel()
getServiceCount
public int getServiceCount()
getServiceStyle
public String getServiceStyle()
getAvailabilityStyle
public String getAvailabilityStyle()
setServiceStyle
public void setServiceStyle(String serviceStyle)
setAvailabilityStyle
public void setAvailabilityStyle(String availabilityStyle)
setIsDashboardRole
public void setIsDashboardRole(boolean isDashboardRole)
getIsDashboardRole
public boolean getIsDashboardRole()
setNodeId
public void setNodeId(String nodeId)
getNodeId
public String getNodeId()
Copyright © 2009. All Rights Reserved.