@Entity public class ProcessVariableSet extends BPMActivityType implements Externalizable
HEADER_FORMAT_PROPERTY_PREFIX, RTGOV_PROPERTY_PREFIX| Constructor and Description |
|---|
ProcessVariableSet()
The default constructor.
|
ProcessVariableSet(ProcessVariableSet ba)
The copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getVariableName()
This method gets the variable name.
|
String |
getVariableType()
This method gets the variable type.
|
String |
getVariableValue()
This method gets the variable value.
|
void |
readExternal(ObjectInput in) |
void |
setVariableName(String name)
This method sets the variable name.
|
void |
setVariableType(String type)
This method sets the variable type.
|
void |
setVariableValue(String value)
This method sets the variable value.
|
void |
writeExternal(ObjectOutput out) |
getInstanceId, getProcessType, setInstanceId, setProcessType, toString, updateEndpointContextgetContext, getPrincipal, getProperties, getTimestamp, getUnitId, getUnitIndex, setContext, setPrincipal, setProperties, setTimestamp, setUnitId, setUnitIndexpublic ProcessVariableSet()
public ProcessVariableSet(ProcessVariableSet ba)
ba - The bpm activity to copypublic void setVariableName(String name)
name - The namepublic String getVariableName()
public void setVariableType(String type)
type - The typepublic String getVariableType()
public void setVariableValue(String value)
value - The valuepublic String getVariableValue()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class BPMActivityTypeIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class BPMActivityTypeIOExceptionClassNotFoundExceptionCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.