com.ptc.windchill.uwgm.common.pdm
Class OutOfDateHelper.Info

java.lang.Object
  extended bycom.ptc.windchill.uwgm.common.pdm.OutOfDateHelper.Info
Enclosing class:
OutOfDateHelper

private static class OutOfDateHelper.Info
extends Object

Auxiliary data structure to keep collected information


Field Summary
private  String modifiedBy
           
private  boolean modifiedByYou
           
private  Workable refreshCandidate
           
 
Constructor Summary
private OutOfDateHelper.Info()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modifiedByYou

private boolean modifiedByYou

modifiedBy

private String modifiedBy

refreshCandidate

private Workable refreshCandidate
Constructor Detail

OutOfDateHelper.Info

private OutOfDateHelper.Info()