org.opennms.netmgt.model
Class LocationMonitorIpInterface

java.lang.Object
  extended by org.opennms.netmgt.model.LocationMonitorIpInterface

public class LocationMonitorIpInterface
extends Object

LocationMonitorIpInterface class.


Constructor Summary
LocationMonitorIpInterface(OnmsLocationMonitor locationMonitor, OnmsIpInterface ipInterface)
          Constructor for LocationMonitorIpInterface.
 
Method Summary
 OnmsIpInterface getIpInterface()
          getIpInterface
 OnmsLocationMonitor getLocationMonitor()
          getLocationMonitor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationMonitorIpInterface

public LocationMonitorIpInterface(OnmsLocationMonitor locationMonitor,
                                  OnmsIpInterface ipInterface)

Constructor for LocationMonitorIpInterface.

Parameters:
locationMonitor - a OnmsLocationMonitor object.
ipInterface - a OnmsIpInterface object.
Method Detail

getIpInterface

public OnmsIpInterface getIpInterface()

getIpInterface

Returns:
a OnmsIpInterface object.

getLocationMonitor

public OnmsLocationMonitor getLocationMonitor()

getLocationMonitor

Returns:
a OnmsLocationMonitor object.


Copyright © 2011. All Rights Reserved.