COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.local.registry.persistence.impl
Class DataFlowImpl

java.lang.Object
  extended by org.eclipse.cosmos.dc.local.registry.persistence.impl.DataFlowImpl

public class DataFlowImpl
extends java.lang.Object


Constructor Summary
DataFlowImpl()
           
 
Method Summary
 int getId()
           
 int getKeySet()
           
 java.lang.String getName()
           
 int getSource()
           
 void setId(int id)
           
 void setKeySet(int keySet)
           
 void setName(java.lang.String name)
           
 void setSource(int source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFlowImpl

public DataFlowImpl()
Method Detail

setId

public void setId(int id)

getId

public int getId()

setSource

public void setSource(int source)

getSource

public int getSource()

setKeySet

public void setKeySet(int keySet)

getKeySet

public int getKeySet()

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

COSMOS ${releaseVersion} data-collection Project
Public API Specification