public class CloneOrderStateContext
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Modifier and Type | Method and Description | 
|---|---|
| static CloneEditState | getCloneEditState()Get the CloneEditState associated with the current thread. | 
| static void | removeCloneEditState()Dis-associate any catalog from the current thread. | 
| static void | setCloneEditState(CloneEditState pCloneEditState)Set the CloneEditState associated with the current thread. | 
public static CloneEditState getCloneEditState()
public static void setCloneEditState(CloneEditState pCloneEditState)
pCloneEditState - The CloneEditState to associate with the thread.public static void removeCloneEditState()