com.ptc.windchill.esi.bom
Class BOMRendererImpl.WarningPart

java.lang.Object
  extended bycom.ptc.windchill.esi.bom.BOMRendererImpl.WarningPart
Enclosing class:
BOMRendererImpl

private class BOMRendererImpl.WarningPart
extends Object


Field Summary
private  int count
           
private  WTPartMaster part
           
 
Constructor Summary
(package private) BOMRendererImpl.WarningPart(WTPartMaster pt)
           
 
Method Summary
(package private)  String getKey()
           
(package private)  WTPartMaster getPart()
           
(package private)  void incrementCount()
           
(package private)  boolean occurredMultipleTimes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

private int count

part

private WTPartMaster part
Constructor Detail

BOMRendererImpl.WarningPart

BOMRendererImpl.WarningPart(WTPartMaster pt)
Method Detail

incrementCount

void incrementCount()

getKey

String getKey()

getPart

WTPartMaster getPart()

occurredMultipleTimes

boolean occurredMultipleTimes()