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

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

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

public class KeySetEntryImpl
extends java.lang.Object


Constructor Summary
KeySetEntryImpl()
           
 
Method Summary
 int getDimension()
           
 int getId()
           
 int getKeySet()
           
 int getSequence()
           
 void setDimension(int dimensionKey)
           
 void setId(java.lang.Integer id)
           
 void setKeySet(int keysetKey)
           
 void setSequence(int sequence)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeySetEntryImpl

public KeySetEntryImpl()
Method Detail

setId

public void setId(java.lang.Integer id)

getId

public int getId()

setSequence

public void setSequence(int sequence)

getSequence

public int getSequence()

setDimension

public void setDimension(int dimensionKey)

getDimension

public int getDimension()

setKeySet

public void setKeySet(int keysetKey)

getKeySet

public int getKeySet()

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