|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.epm.upload.CacheId
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 |
private Object id
Constructor Detail |
private CacheId(Object id) throws WTException
Method Detail |
public static CacheId create(ObjectIdentifier objectId) throws WTException
WTException
public static CacheId create(Persistable persistable) throws WTException
WTException
public static CacheId create(WTReference reference) throws WTException
WTException
public ObjectIdentifier getObjectIdentifier()
public boolean isPersisted()
public boolean equals(Object obj)
public int hashCode()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |