org.opennms.secret.model
Class InterfaceService

java.lang.Object
  extended by org.opennms.secret.model.InterfaceService

public class InterfaceService
extends Object

Author:
david

Constructor Summary
InterfaceService()
           
 
Method Summary
 DataSource getDataSource()
           
 Long getId()
           
 String getIpAddr()
           
 String getServiceName()
           
 boolean hasLatencyDataSource()
           
 void setDataSource(DataSource dataSource)
           
 void setId(Long id)
           
 void setIpAddr(String ipAddr)
           
 void setServiceName(String serviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceService

public InterfaceService()
Method Detail

getId

public Long getId()
Returns:
Returns the id.

setId

public void setId(Long id)

getIpAddr

public String getIpAddr()
Returns:
Returns the ipAddr.

setIpAddr

public void setIpAddr(String ipAddr)
Parameters:
ipAddr - The ipAddr to set.

getServiceName

public String getServiceName()
Returns:
Returns the serviceName.

setServiceName

public void setServiceName(String serviceName)
Parameters:
serviceName - The serviceName to set.

hasLatencyDataSource

public boolean hasLatencyDataSource()

getDataSource

public DataSource getDataSource()

setDataSource

public void setDataSource(DataSource dataSource)


Copyright © 2009. All Rights Reserved.