org.opennms.web.admin.nodeManagement
Class ManagedInterface

java.lang.Object
  extended by org.opennms.web.admin.nodeManagement.ManagedInterface

public class ManagedInterface
extends Object

A servlet that stores interface information

Author:
Jason Johns , OpenNMS

Field Summary
protected  String address
           
protected  int nodeid
           
protected  List<ManagedService> services
           
protected  String status
           
 
Constructor Summary
ManagedInterface()
           
 
Method Summary
 void addService(ManagedService newService)
           
 String getAddress()
           
 int getNodeid()
           
 int getServiceCount()
           
 List<ManagedService> getServices()
           
 String getStatus()
           
 void setAddress(String newAddress)
           
 void setNodeid(int id)
           
 void setStatus(String newStatus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

protected String address

services

protected List<ManagedService> services

status

protected String status

nodeid

protected int nodeid
Constructor Detail

ManagedInterface

public ManagedInterface()
Method Detail

addService

public void addService(ManagedService newService)

setAddress

public void setAddress(String newAddress)

getAddress

public String getAddress()

getServices

public List<ManagedService> getServices()

getServiceCount

public int getServiceCount()

setNodeid

public void setNodeid(int id)

getNodeid

public int getNodeid()

setStatus

public void setStatus(String newStatus)

getStatus

public String getStatus()


Copyright © 2009. All Rights Reserved.