@Entity public class NodeOutput extends Object implements Serializable
| Constructor and Description |
|---|
NodeOutput() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMetadata() |
WorkflowNodeDetail |
getNode() |
String |
getNodeId() |
String |
getOutputKey() |
String |
getOutputKeyType() |
String |
getValue() |
void |
setMetadata(String metadata) |
void |
setNode(WorkflowNodeDetail node) |
void |
setNodeId(String nodeId) |
void |
setOutputKey(String outputKey) |
void |
setOutputKeyType(String outputKeyType) |
void |
setValue(String value) |
public String getNodeId()
public void setNodeId(String nodeId)
public String getMetadata()
public void setMetadata(String metadata)
public String getValue()
public void setValue(String value)
public WorkflowNodeDetail getNode()
public void setNode(WorkflowNodeDetail node)
public String getOutputKey()
public void setOutputKey(String outputKey)
public String getOutputKeyType()
public void setOutputKeyType(String outputKeyType)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.