Package org.opennms.web.svclayer.model
Class RtcNodeModel
- java.lang.Object
-
- org.opennms.web.svclayer.model.RtcNodeModel
-
public class RtcNodeModel extends java.lang.Object
RtcNodeModel class.
- Since:
- 1.8.1
- Author:
- DJ Gregor
-
-
Constructor Summary
Constructors Constructor Description RtcNodeModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addNode(RtcNode node)
RtcNodeList
getRtcNodeList()
java.util.List<RtcNode>
getRtcNodes()
-
-
-
Method Detail
-
addNode
public void addNode(RtcNode node)
-
getRtcNodeList
public RtcNodeList getRtcNodeList()
-
getRtcNodes
public java.util.List<RtcNode> getRtcNodes()
-
-