com.ptc.windchill.counterpart
Class CounterPartUploadResults

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

public class CounterPartUploadResults
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  AttachmentLocator[] fAttachmentLocators
           
private  CounterPartErrorReport fCounterPartErrorReport
           
private  String fSessionID
           
private  String fSystemID
           
 
Constructor Summary
CounterPartUploadResults(AttachmentLocator[] attachmentLocators, CounterPartErrorReport errorReport, String sessionID, String systemID)
           
 
Method Summary
 AttachmentLocator[] getAttachmentLocators()
           
 CounterPartErrorReport getCounterPartErrorReport()
           
 String getSessionID()
           
 String getSystemID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fAttachmentLocators

private AttachmentLocator[] fAttachmentLocators

fCounterPartErrorReport

private CounterPartErrorReport fCounterPartErrorReport

fSessionID

private String fSessionID

fSystemID

private String fSystemID
Constructor Detail

CounterPartUploadResults

public CounterPartUploadResults(AttachmentLocator[] attachmentLocators,
                                CounterPartErrorReport errorReport,
                                String sessionID,
                                String systemID)
Method Detail

getAttachmentLocators

public AttachmentLocator[] getAttachmentLocators()

getCounterPartErrorReport

public CounterPartErrorReport getCounterPartErrorReport()

getSessionID

public String getSessionID()

getSystemID

public String getSystemID()