public static class ProcessModelXMLHelperTools.SerialisableProcessType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.UUID |
rootID
The ID of the root template of this process type (instead of the template
proxy).
|
java.lang.String |
typeName
The name of the type.
|
| Constructor and Description |
|---|
SerialisableProcessType(ProcessType processType)
Creates a new process type for serialising purpose.
|
SerialisableProcessType(java.lang.String typeName,
java.util.UUID rootID)
Creates a new process type for serialising purpose.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public final java.lang.String typeName
public final java.util.UUID rootID
public SerialisableProcessType(ProcessType processType)
processType - The process type to serialise.public SerialisableProcessType(java.lang.String typeName,
java.util.UUID rootID)
typeName - rootID -