com.nitidus.wt.fastload
Class cCPThreadEntry

java.lang.Object
  extended bycom.nitidus.wt.fastload.cCPThreadEntry
All Implemented Interfaces:
Serializable

public class cCPThreadEntry
extends Object
implements Serializable

Task Entry used by threads This class is shared class between Windchill and CounterPart

See Also:
Serialized Form

Field Summary
 Vector fDataToLoad
           
 Long fJobID
           
 Vector fMethodsAndArgs
           
 int[] fRowNumber
           
 
Constructor Summary
cCPThreadEntry(Vector dataToLoad, Vector methodsAndArgs, int[] rowNumber)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fJobID

public Long fJobID

fMethodsAndArgs

public Vector fMethodsAndArgs

fDataToLoad

public Vector fDataToLoad

fRowNumber

public int[] fRowNumber
Constructor Detail

cCPThreadEntry

public cCPThreadEntry(Vector dataToLoad,
                      Vector methodsAndArgs,
                      int[] rowNumber)
Constructor

Parameters:
dataToLoad - - vector of data that is loaded in Windchill
methodsAndArgs - - vector of methods with its required arguments for hash table