com.ptc.windchill.uwgm.proesrv.rrc
Class RequestResultCache.LocalIdInfo

java.lang.Object
  extended bycom.ptc.windchill.uwgm.proesrv.rrc.RequestResultCache.LocalIdInfo
Enclosing class:
RequestResultCache

private static final class RequestResultCache.LocalIdInfo
extends Object

Information attached to WorkspaceUpdateMessage_i in order to fill up its DbObjects collection with onew objects created during an upload.


Field Summary
(package private)  Set idSet
           
(package private)  Set objSet
           
 
Constructor Summary
private RequestResultCache.LocalIdInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idSet

final Set idSet

objSet

final Set objSet
Constructor Detail

RequestResultCache.LocalIdInfo

private RequestResultCache.LocalIdInfo()