org.opennms.web.element
Class Service

java.lang.Object
  extended by org.opennms.web.element.Service

public class Service
extends Object


Constructor Summary
Service()
           
Service(int id, int nodeid, int ifindex, String ipaddr, int serviceid, String serviceName, String lastGood, String lastFail, String notify, char status)
           
 
Method Summary
 int getId()
           
 int getIfIndex()
           
 String getIpAddress()
           
 String getLastFail()
           
 String getLastGood()
           
 int getNodeId()
           
 String getNotify()
           
 int getServiceId()
           
 String getServiceName()
           
 char getStatus()
           
 boolean isManaged()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Service

public Service()

Service

public Service(int id,
               int nodeid,
               int ifindex,
               String ipaddr,
               int serviceid,
               String serviceName,
               String lastGood,
               String lastFail,
               String notify,
               char status)
Method Detail

getId

public int getId()

getNodeId

public int getNodeId()

getIfIndex

public int getIfIndex()

getIpAddress

public String getIpAddress()

getServiceId

public int getServiceId()

getServiceName

public String getServiceName()

getLastGood

public String getLastGood()

getLastFail

public String getLastFail()

getNotify

public String getNotify()

getStatus

public char getStatus()

isManaged

public boolean isManaged()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009. All Rights Reserved.