com.nitidus.wt.fastload
Class cLoadThreadResult
java.lang.Object
com.nitidus.wt.fastload.cLoadThreadResult
- All Implemented Interfaces:
- Serializable
- public class cLoadThreadResult
- extends Object
- implements Serializable
Class that holds result sent back to CounterPart
This class is shared class between Windchill and CounterPart
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fJobID
public Long fJobID
fRowNumber
public int[] fRowNumber
fRowMessage
public String[] fRowMessage
fSuccessful
public boolean[] fSuccessful
cLoadThreadResult
public cLoadThreadResult()
- Constructor
cLoadThreadResult
public cLoadThreadResult(Long jobID,
int[] rowNumber)
- Constructor