wt.epm.upload
Class CacheId

java.lang.Object
  extended bywt.epm.upload.CacheId

public class CacheId
extends Object


Field Summary
private  Object id
           
 
Constructor Summary
private CacheId(Object id)
           
 
Method Summary
static CacheId create(ObjectIdentifier objectId)
           
static CacheId create(Persistable persistable)
           
static CacheId create(WTReference reference)
           
 boolean equals(Object obj)
           
 ObjectIdentifier getObjectIdentifier()
           
 int hashCode()
           
 boolean isPersisted()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

private Object id
Constructor Detail

CacheId

private CacheId(Object id)
         throws WTException
Method Detail

create

public static CacheId create(ObjectIdentifier objectId)
                      throws WTException
Throws:
WTException

create

public static CacheId create(Persistable persistable)
                      throws WTException
Throws:
WTException

create

public static CacheId create(WTReference reference)
                      throws WTException
Throws:
WTException

getObjectIdentifier

public ObjectIdentifier getObjectIdentifier()

isPersisted

public boolean isPersisted()

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()