org.opennms.web.svclayer.catstatus.model
Class StatusInterface

java.lang.Object
  extended by org.opennms.web.svclayer.catstatus.model.StatusInterface

public class StatusInterface
extends Object

Author:
Jason Aras

Constructor Summary
StatusInterface()
           
 
Method Summary
 void addService(StatusService service)
           
 String getInterfacename()
           
 String getIpAddress()
           
 Collection<StatusService> getServices()
           
 void setInterfacename(String m_interfacename)
           
 void setIpAddress(String m_ipaddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusInterface

public StatusInterface()
Method Detail

addService

public void addService(StatusService service)

getServices

public Collection<StatusService> getServices()

getInterfacename

public String getInterfacename()

setInterfacename

public void setInterfacename(String m_interfacename)

getIpAddress

public String getIpAddress()

setIpAddress

public void setIpAddress(String m_ipaddress)


Copyright © 2009. All Rights Reserved.