org.opennms.web.svclayer.support
Class RtcNodeModel

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

public class RtcNodeModel
extends Object

RtcNodeModel class.

Since:
1.8.1
Version:
$Id: $
Author:
DJ Gregor

Nested Class Summary
static class RtcNodeModel.RtcNode
           
 
Constructor Summary
RtcNodeModel()
           
 
Method Summary
 void addNode(RtcNodeModel.RtcNode node)
          addNode
 List<RtcNodeModel.RtcNode> getNodeList()
          getNodeList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RtcNodeModel

public RtcNodeModel()
Method Detail

addNode

public void addNode(RtcNodeModel.RtcNode node)

addNode

Parameters:
node - a RtcNodeModel.RtcNode object.

getNodeList

public List<RtcNodeModel.RtcNode> getNodeList()

getNodeList

Returns:
a List object.


Copyright © 2011. All Rights Reserved.