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

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

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

public class DataSourceImpl
extends java.lang.Object


Constructor Summary
DataSourceImpl()
           
 
Method Summary
 int getId()
           
 java.lang.String getName()
           
 int getType()
           
 void setId(int id)
           
 void setName(java.lang.String name)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceImpl

public DataSourceImpl()
Method Detail

setId

public void setId(int id)

getId

public int getId()

setType

public void setType(int type)

getType

public int getType()

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

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