org.opennms.web.svclayer.support
Class NodeListModel.NodeModel

java.lang.Object
  extended by org.opennms.web.svclayer.support.NodeListModel.NodeModel
Enclosing class:
NodeListModel

public static class NodeListModel.NodeModel
extends Object


Constructor Summary
NodeListModel.NodeModel(OnmsNode node, List<OnmsIpInterface> interfaces, List<OnmsArpInterface> arpinterfaces)
           
 
Method Summary
 List<OnmsArpInterface> getArpInterfaces()
           
 List<OnmsIpInterface> getInterfaces()
           
 OnmsNode getNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeListModel.NodeModel

public NodeListModel.NodeModel(OnmsNode node,
                               List<OnmsIpInterface> interfaces,
                               List<OnmsArpInterface> arpinterfaces)
Method Detail

getNode

public OnmsNode getNode()

getInterfaces

public List<OnmsIpInterface> getInterfaces()

getArpInterfaces

public List<OnmsArpInterface> getArpInterfaces()


Copyright © 2009. All Rights Reserved.