public class WorkflowProperty extends Object
| Constructor and Description |
|---|
WorkflowProperty() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowProperty |
description(String description) |
WorkflowProperty |
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() |
WorkflowProperty |
id(Integer id) |
WorkflowProperty |
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() |
WorkflowProperty |
type(WorkflowDataType type) |
public WorkflowProperty id(Integer id)
public Integer getId()
public void setId(Integer id)
public WorkflowProperty name(String name)
public String getName()
public void setName(String name)
public WorkflowProperty description(String description)
public String getDescription()
public void setDescription(String description)
public WorkflowProperty displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public WorkflowProperty type(WorkflowDataType type)
public WorkflowDataType getType()
public void setType(WorkflowDataType type)
Copyright © 2018. All rights reserved.