com.plumtree.server
Class PT_MIGRATION_OBJECT_COLS

java.lang.Object
  extended by com.plumtree.server.PT_MIGRATION_OBJECT_COLS

public final class PT_MIGRATION_OBJECT_COLS
extends java.lang.Object

Indices of the columns in the 2D array returned by IPTMigrationManager.UUIDToObjectID

Author:
michaels
See Also:
IPTMigrationManager

Field Summary
static int PT_MOC_CLASSID
           
static int PT_MOC_INVALID
           
static int PT_MOC_OBJECTID
           
 
Constructor Summary
PT_MIGRATION_OBJECT_COLS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_MOC_CLASSID

public static final int PT_MOC_CLASSID
See Also:
Constant Field Values

PT_MOC_OBJECTID

public static final int PT_MOC_OBJECTID
See Also:
Constant Field Values

PT_MOC_INVALID

public static final int PT_MOC_INVALID
See Also:
Constant Field Values
Constructor Detail

PT_MIGRATION_OBJECT_COLS

public PT_MIGRATION_OBJECT_COLS()