com.ptc.windchill.counterpart
Class CounterPartErrorReport

java.lang.Object
  extended bycom.ptc.windchill.counterpart.CounterPartErrorReport
All Implemented Interfaces:
Serializable

public class CounterPartErrorReport
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  ArrayList fErrors
           
 
Constructor Summary
CounterPartErrorReport()
           
 
Method Summary
 void combineErrors(ArrayList errors)
           
 ArrayList getErrors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fErrors

private ArrayList fErrors
Constructor Detail

CounterPartErrorReport

public CounterPartErrorReport()
Method Detail

combineErrors

public void combineErrors(ArrayList errors)

getErrors

public ArrayList getErrors()