Package org.opennms.web.svclayer.model
Class NodeListModel
- java.lang.Object
-
- org.opennms.web.svclayer.model.NodeListModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodeListModel.NodeModel
-
Constructor Summary
Constructors Constructor Description NodeListModel(List<NodeListModel.NodeModel> nodes, int interfaceCount)
Constructor for NodeListModel.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getInterfaceCount()
getInterfaceCountint
getLastInLeftColumn()
getLastInLeftColumnint
getNodeCount()
getNodeCountList<NodeListModel.NodeModel>
getNodes()
getNodesList<NodeListModel.NodeModel>
getNodesLeft()
getNodesLeftList<NodeListModel.NodeModel>
getNodesRight()
getNodesRight
-
-
-
Constructor Detail
-
NodeListModel
public NodeListModel(List<NodeListModel.NodeModel> nodes, int interfaceCount)
Constructor for NodeListModel.
- Parameters:
nodes
- aList
object.interfaceCount
- a int.
-
-
Method Detail
-
getNodes
public List<NodeListModel.NodeModel> getNodes()
getNodes
- Returns:
- a
List
object.
-
getNodesLeft
public List<NodeListModel.NodeModel> getNodesLeft()
getNodesLeft
- Returns:
- a
List
object.
-
getNodesRight
public List<NodeListModel.NodeModel> getNodesRight()
getNodesRight
- Returns:
- a
List
object.
-
getLastInLeftColumn
public int getLastInLeftColumn()
getLastInLeftColumn
- Returns:
- a int.
-
getNodeCount
public int getNodeCount()
getNodeCount
- Returns:
- a int.
-
getInterfaceCount
public int getInterfaceCount()
getInterfaceCount
- Returns:
- a int.
-
-