org.gcube.common.xml.databases.existlibrary.thread
Class AddElementRSThread.Couple

java.lang.Object
  extended by org.gcube.common.xml.databases.existlibrary.thread.AddElementRSThread.Couple
Enclosing class:
AddElementRSThread

public class AddElementRSThread.Couple
extends java.lang.Object


Constructor Summary
AddElementRSThread.Couple(AddElementRSThread.State state, int count)
           
 
Method Summary
 int getCount()
           
 AddElementRSThread.State getState()
           
 void setCount(int count)
           
 void setState(AddElementRSThread.State state)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddElementRSThread.Couple

public AddElementRSThread.Couple(AddElementRSThread.State state,
                                 int count)
Method Detail

setCount

public void setCount(int count)

setState

public void setState(AddElementRSThread.State state)

getState

public AddElementRSThread.State getState()

getCount

public int getCount()