public class WorkflowFunctionParameter extends Object
| Constructor and Description |
|---|
WorkflowFunctionParameter() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowFunctionParameter |
description(String description) |
WorkflowFunctionParameter |
displayName(String displayName) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getDisplayName()
Get displayName
|
Integer |
getId()
Get id
|
String |
getName()
Get name
|
WorkflowDataType |
getType()
Get type
|
int |
hashCode() |
WorkflowFunctionParameter |
id(Integer id) |
WorkflowFunctionParameter |
name(String name) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setType(WorkflowDataType type) |
String |
toString() |
WorkflowFunctionParameter |
type(WorkflowDataType type) |
public WorkflowFunctionParameter id(Integer id)
public Integer getId()
public void setId(Integer id)
public WorkflowFunctionParameter name(String name)
public String getName()
public void setName(String name)
public WorkflowFunctionParameter description(String description)
public String getDescription()
public void setDescription(String description)
public WorkflowFunctionParameter displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public WorkflowFunctionParameter type(WorkflowDataType type)
public WorkflowDataType getType()
public void setType(WorkflowDataType type)
Copyright © 2018. All rights reserved.