org.opennms.secret.model
Class NodeInterfaceDataSources

java.lang.Object
  extended by org.opennms.secret.model.NodeInterfaceDataSources

public class NodeInterfaceDataSources
extends Object


Constructor Summary
NodeInterfaceDataSources()
           
 
Method Summary
 List getDataSources()
           
 NodeInterface getNodeInterface()
           
 Set getServices()
           
 void setDataSources(List dataSources)
           
 void setNodeInterface(NodeInterface nodeInterface)
           
 void setServices(Set services)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeInterfaceDataSources

public NodeInterfaceDataSources()
Method Detail

getDataSources

public List getDataSources()

setDataSources

public void setDataSources(List dataSources)

getServices

public Set getServices()

setServices

public void setServices(Set services)

getNodeInterface

public NodeInterface getNodeInterface()

setNodeInterface

public void setNodeInterface(NodeInterface nodeInterface)


Copyright © 2009. All Rights Reserved.