org.opennms.web.svclayer.support
Class NodeListModel

java.lang.Object
  extended by org.opennms.web.svclayer.support.NodeListModel

public class NodeListModel
extends Object

Author:
DJ Gregor

Nested Class Summary
static class NodeListModel.NodeModel
           
 
Constructor Summary
NodeListModel(List<NodeListModel.NodeModel> nodes, int interfaceCount)
           
 
Method Summary
 int getInterfaceCount()
           
 int getLastInLeftColumn()
           
 int getNodeCount()
           
 List<NodeListModel.NodeModel> getNodes()
           
 List<NodeListModel.NodeModel> getNodesLeft()
           
 List<NodeListModel.NodeModel> getNodesRight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeListModel

public NodeListModel(List<NodeListModel.NodeModel> nodes,
                     int interfaceCount)
Method Detail

getNodes

public List<NodeListModel.NodeModel> getNodes()

getNodesLeft

public List<NodeListModel.NodeModel> getNodesLeft()

getNodesRight

public List<NodeListModel.NodeModel> getNodesRight()

getLastInLeftColumn

public int getLastInLeftColumn()

getNodeCount

public int getNodeCount()

getInterfaceCount

public int getInterfaceCount()


Copyright © 2009. All Rights Reserved.