anl.aida.client
Class DocSetID

java.lang.Object
  extended by anl.aida.client.DocSetID

public class DocSetID
extends java.lang.Object

Date: Feb 19, 2009 2:48:46 PM


Field Summary
private  int ceId
           
private  int hashCode
           
private  int id
           
 
Constructor Summary
DocSetID(int ceId, int id)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getCacheElementId()
           
 int getId()
           
 int hashCode()
           
 boolean isTemporary()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ceId

private int ceId

id

private int id

hashCode

private int hashCode
Constructor Detail

DocSetID

public DocSetID(int ceId,
                int id)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getCacheElementId

public int getCacheElementId()

getId

public int getId()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

isTemporary

public boolean isTemporary()