@Entity public class WorkflowAttribute extends Attribute<Workflow,WorkflowAttribute> implements Serializable
WorkflowAttribute class.
| Constructor and Description |
|---|
WorkflowAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTag()
getTag.
|
String |
getUnit()
getUnit.
|
String |
getValue()
getValue.
|
Workflow |
getWorkflow()
Getter for the field
workflow. |
Integer |
getWorkflowAttributeId()
Getter for the field
workflowAttributeId. |
void |
setAttributeParent(Workflow parent)
Associate this attribute with its parent
|
void |
setTag(String tag)
setTag.
|
void |
setUnit(String unit)
setUnit.
|
void |
setValue(String value)
setValue.
|
void |
setWorkflow(Workflow workflow)
Setter for the field
workflow. |
public String getTag()
getTag.
getTag in class Attribute<Workflow,WorkflowAttribute>public void setTag(String tag)
setTag.
setTag in class Attribute<Workflow,WorkflowAttribute>tag - a String object.public String getValue()
getValue.
getValue in class Attribute<Workflow,WorkflowAttribute>public void setValue(String value)
setValue.
setValue in class Attribute<Workflow,WorkflowAttribute>value - a String object.public String getUnit()
getUnit.
getUnit in class Attribute<Workflow,WorkflowAttribute>public void setUnit(String unit)
setUnit.
setUnit in class Attribute<Workflow,WorkflowAttribute>unit - a String object.public void setWorkflow(Workflow workflow)
Setter for the field workflow.
workflow - a Workflow object.public Integer getWorkflowAttributeId()
Getter for the field workflowAttributeId.
Integer object.public void setAttributeParent(Workflow parent)
AttributesetAttributeParent in class Attribute<Workflow,WorkflowAttribute>Copyright © 2015 SeqWare. All rights reserved.