com.ptc.windchill.counterpart
Class CounterPartUploadResults
java.lang.Object
com.ptc.windchill.counterpart.CounterPartUploadResults
- All Implemented Interfaces:
- Serializable
- public class CounterPartUploadResults
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fAttachmentLocators
private AttachmentLocator[] fAttachmentLocators
fCounterPartErrorReport
private CounterPartErrorReport fCounterPartErrorReport
fSessionID
private String fSessionID
fSystemID
private String fSystemID
CounterPartUploadResults
public CounterPartUploadResults(AttachmentLocator[] attachmentLocators,
CounterPartErrorReport errorReport,
String sessionID,
String systemID)
getAttachmentLocators
public AttachmentLocator[] getAttachmentLocators()
getCounterPartErrorReport
public CounterPartErrorReport getCounterPartErrorReport()
getSessionID
public String getSessionID()
getSystemID
public String getSystemID()