Class ArtifactDefinition
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.processman.service.ArtifactDefinition
-
public class ArtifactDefinition extends Object
Represents the definition of an artifact.- Author:
- Mauricio Ruiz Beltrán <mauricio.ruiz@kuwaiba.org>
-
-
Constructor Summary
Constructors Constructor Description ArtifactDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.neotropic.flow.component.mxgraph.bpmn.BPMNNode
getBpmnNode()
String
getId()
HashMap<String,String>
getParameters()
int
getType()
void
setBpmnNode(com.neotropic.flow.component.mxgraph.bpmn.BPMNNode bpmnNode)
void
setId(String id)
void
setParameters(HashMap<String,String> parameters)
void
setType(int type)
-
-
-
Method Detail
-
getBpmnNode
public com.neotropic.flow.component.mxgraph.bpmn.BPMNNode getBpmnNode()
-
setBpmnNode
public void setBpmnNode(com.neotropic.flow.component.mxgraph.bpmn.BPMNNode bpmnNode)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getType
public int getType()
-
setType
public void setType(int type)
-
-