@Entity public class WorkflowRunAttribute extends Attribute<WorkflowRun,WorkflowRunAttribute> implements Serializable
WorkflowRunAttribute class.
Constructor and Description |
---|
WorkflowRunAttribute() |
Modifier and Type | Method and Description |
---|---|
String |
getTag()
getTag.
|
String |
getUnit()
getUnit.
|
String |
getValue()
getValue.
|
WorkflowRun |
getWorkflowRun()
Getter for the field
workflowRun . |
Integer |
getWorkflowRunAttributeId()
Getter for the field
workflowRunAttributeId . |
void |
setAttributeParent(WorkflowRun parent)
Associate this attribute with its parent
|
void |
setTag(String tag)
setTag.
|
void |
setUnit(String unit)
setUnit.
|
void |
setValue(String value)
setValue.
|
void |
setWorkflowRun(WorkflowRun workflowRun)
Setter for the field
workflowRun . |
public String getTag()
getTag.
getTag
in class Attribute<WorkflowRun,WorkflowRunAttribute>
public void setTag(String tag)
setTag.
setTag
in class Attribute<WorkflowRun,WorkflowRunAttribute>
tag
- a String
object.public String getValue()
getValue.
getValue
in class Attribute<WorkflowRun,WorkflowRunAttribute>
public void setValue(String value)
setValue.
setValue
in class Attribute<WorkflowRun,WorkflowRunAttribute>
value
- a String
object.public String getUnit()
getUnit.
getUnit
in class Attribute<WorkflowRun,WorkflowRunAttribute>
public void setUnit(String unit)
setUnit.
setUnit
in class Attribute<WorkflowRun,WorkflowRunAttribute>
unit
- a String
object.public WorkflowRun getWorkflowRun()
Getter for the field workflowRun
.
WorkflowRun
object.public void setWorkflowRun(WorkflowRun workflowRun)
Setter for the field workflowRun
.
workflowRun
- a WorkflowRun
object.public Integer getWorkflowRunAttributeId()
Getter for the field workflowRunAttributeId
.
Integer
object.public void setAttributeParent(WorkflowRun parent)
Attribute
setAttributeParent
in class Attribute<WorkflowRun,WorkflowRunAttribute>
Copyright © 2015 SeqWare. All rights reserved.