public class WorkflowParamValue extends PermissionsAware implements Serializable, Comparable<WorkflowParamValue>, Cloneable
WorkflowParamValue class.
Constructor and Description |
---|
WorkflowParamValue()
Constructor for WorkflowParamValue.
|
Modifier and Type | Method and Description |
---|---|
WorkflowParamValue |
clone() |
int |
compareTo(WorkflowParamValue that) |
boolean |
equals(Object other) |
String |
getDisplayName()
Getter for the field
displayName . |
String |
getJsonEscapeDisplayName()
getJsonEscapeDisplayName.
|
String |
getJsonEscapeValue()
getJsonEscapeValue.
|
String |
getValue()
Getter for the field
value . |
WorkflowParam |
getWorkflowParam()
Getter for the field
workflowParam . |
Integer |
getWorkflowParamId()
Getter for the field
workflowParamId . |
Integer |
getWorkflowParamValueId()
Getter for the field
workflowParamValueId . |
boolean |
givesPermissionInternal(Registration registration,
Set<Integer> considered)
Short-circuit permission checking by providing a set of entities that have already been checked
|
int |
hashCode() |
void |
setDisplayName(String displayName)
Setter for the field
displayName . |
void |
setValue(String value)
Setter for the field
value . |
void |
setWorkflowParam(WorkflowParam workflowParam)
Setter for the field
workflowParam . |
void |
setWorkflowParamId(Integer workflowParamId)
Setter for the field
workflowParamId . |
void |
setWorkflowParamValueId(Integer workflowParamValueId)
Setter for the field
workflowParamValueId . |
String |
toString() |
givesPermission, givesPermission
public WorkflowParamValue()
Constructor for WorkflowParamValue.
public int compareTo(WorkflowParamValue that)
compareTo
in interface Comparable<WorkflowParamValue>
that
- public Integer getWorkflowParamValueId()
Getter for the field workflowParamValueId
.
Integer
object.public void setWorkflowParamValueId(Integer workflowParamValueId)
Setter for the field workflowParamValueId
.
workflowParamValueId
- a Integer
object.public Integer getWorkflowParamId()
Getter for the field workflowParamId
.
Integer
object.public void setWorkflowParamId(Integer workflowParamId)
Setter for the field workflowParamId
.
workflowParamId
- a Integer
object.public String getJsonEscapeDisplayName()
getJsonEscapeDisplayName.
String
object.public String getDisplayName()
Getter for the field displayName
.
String
object.public void setDisplayName(String displayName)
Setter for the field displayName
.
displayName
- a String
object.public void setValue(String value)
Setter for the field value
.
value
- a String
object.public WorkflowParam getWorkflowParam()
Getter for the field workflowParam
.
WorkflowParam
object.public void setWorkflowParam(WorkflowParam workflowParam)
Setter for the field workflowParam
.
workflowParam
- a WorkflowParam
object.public WorkflowParamValue clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public boolean givesPermissionInternal(Registration registration, Set<Integer> considered)
givesPermissionInternal
in class PermissionsAware
Copyright © 2015 SeqWare. All rights reserved.