org.opennms.secret.model
Class InterfaceService
java.lang.Object
org.opennms.secret.model.InterfaceService
public class InterfaceService
- extends Object
- Author:
- david
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterfaceService
public InterfaceService()
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.