public class WorkflowRunParam extends PermissionsAware implements Serializable, Comparable<WorkflowRunParam>
WorkflowRunParam class.
Constructor and Description |
---|
WorkflowRunParam()
Constructor for WorkflowRunParam.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(WorkflowRunParam that) |
boolean |
equals(Object other) |
String |
getKey()
Getter for the field
key . |
Integer |
getParentProcessingAccession()
Getter for the field
parentProcessingAccession . |
String |
getType()
Getter for the field
type . |
String |
getValue()
Getter for the field
value . |
WorkflowRun |
getWorkflowRun()
Getter for the field
workflowRun . |
Integer |
getWorkflowRunParamId()
getWorkflowRunParamId.
|
boolean |
givesPermissionInternal(Registration registration,
Set<Integer> considered)
Short-circuit permission checking by providing a set of entities that have already been checked
|
int |
hashCode()
hashCode.
|
void |
setKey(String key)
Setter for the field
key . |
void |
setParentProcessingAccession(Integer parentProcessingAccession)
Setter for the field
parentProcessingAccession . |
void |
setType(String type)
Setter for the field
type . |
void |
setValue(String value)
Setter for the field
value . |
void |
setWorkflowRun(WorkflowRun workflowRun)
Setter for the field
workflowRun . |
void |
setWorkflowRunParamId(Integer WorkflowRunParamId)
setWorkflowRunParamId.
|
String |
toString()
toString.
|
givesPermission, givesPermission
public int compareTo(WorkflowRunParam that)
compareTo
in interface Comparable<WorkflowRunParam>
that
- public String toString()
toString.
public Integer getParentProcessingAccession()
Getter for the field parentProcessingAccession
.
Integer
object.public void setParentProcessingAccession(Integer parentProcessingAccession)
Setter for the field parentProcessingAccession
.
parentProcessingAccession
- a Integer
object.public Integer getWorkflowRunParamId()
getWorkflowRunParamId.
Integer
object.public void setWorkflowRunParamId(Integer WorkflowRunParamId)
setWorkflowRunParamId.
WorkflowRunParamId
- a Integer
object.public void setType(String type)
Setter for the field type
.
type
- a String
object.public void setValue(String value)
Setter for the field value
.
value
- 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 boolean givesPermissionInternal(Registration registration, Set<Integer> considered)
givesPermissionInternal
in class PermissionsAware
Copyright © 2015 SeqWare. All rights reserved.