public class ProcessElementImpl extends Object implements PvmProcessElement
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected ProcessDefinitionImpl |
processDefinition |
protected Map<String,Object> |
properties |
Constructor and Description |
---|
ProcessElementImpl(String id,
ProcessDefinitionImpl processDefinition) |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
ProcessDefinitionImpl |
getProcessDefinition() |
Map<String,Object> |
getProperties() |
Object |
getProperty(String name) |
void |
setProperties(Map<String,Object> properties) |
void |
setProperty(String name,
Object value) |
protected String id
protected ProcessDefinitionImpl processDefinition
public ProcessElementImpl(String id, ProcessDefinitionImpl processDefinition)
public Object getProperty(String name)
getProperty
in interface PvmProcessElement
public String getId()
getId
in interface PvmProcessElement
public ProcessDefinitionImpl getProcessDefinition()
getProcessDefinition
in interface PvmProcessElement
Copyright © 2015. All rights reserved.