DLESE Tools
v1.6.0

org.dlese.dpc.repository.indexing
Class CollectionIndexingSession

java.lang.Object
  extended by org.dlese.dpc.repository.indexing.CollectionIndexingSession

public class CollectionIndexingSession
extends Object


Constructor Summary
protected CollectionIndexingSession()
           
protected CollectionIndexingSession(String collectionKey)
           
 
Method Summary
 boolean equals(Object o)
          Checks equality of two CollectionIndexingSession objects.
 String getCollection()
           
 String getSessionId()
           
protected  void setSessionId(String sessionId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionIndexingSession

protected CollectionIndexingSession(String collectionKey)

CollectionIndexingSession

protected CollectionIndexingSession()
Method Detail

setSessionId

protected void setSessionId(String sessionId)

getSessionId

public String getSessionId()

getCollection

public String getCollection()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Checks equality of two CollectionIndexingSession objects.

Overrides:
equals in class Object
Parameters:
o - The CollectionIndexingSession to compare to this
Returns:
True iff the compared object is equal

DLESE Tools
v1.6.0