com.ptc.windchill.upgrade.history
Class Invalidateable

java.lang.Object
  extended bycom.ptc.windchill.upgrade.history.Invalidateable
Direct Known Subclasses:
InstallAndUpgradeHistory, Installation, UpgradePhase

abstract class Invalidateable
extends Object


Field Summary
private  boolean valid_
           
 
Constructor Summary
(package private) Invalidateable()
           
 
Method Summary
protected  void assertValidity()
           
protected  void onInvalidate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valid_

private boolean valid_
Constructor Detail

Invalidateable

Invalidateable()
Method Detail

onInvalidate

protected void onInvalidate()

assertValidity

protected void assertValidity()