public class WorkflowToolData extends AbstractBean
Constructor and Description |
---|
WorkflowToolData()
Create a new instance of the workflow tool.
|
Modifier and Type | Method and Description |
---|---|
String |
getDataId()
Return the id of the workflow tool data.
|
String |
getDescription()
Return the description of the workflow tool data.
|
String |
getMimeType()
Return the mime type of the workflow tool data.
|
String |
getTitle()
Return the title of the workflow tool data.
|
void |
setDataId(String dataid)
Sets the id of the workflow tool data
|
void |
setDescription(String description)
Sets the description of the workflow tool data
|
void |
setMimeType(String mimeType)
Sets the mime type of the workflow tool data
|
void |
setTitle(String title)
Sets the title of the workflow tool data
|
String |
toString() |
equals, getId, hashCode, isDeleted, setDeleted, setId
public WorkflowToolData()
public String getDataId()
public void setDataId(String dataid)
id
- sets the id of the workflow tool data.public String getTitle()
public void setTitle(String title)
title
- sets the title of the workflow tool data.public String getDescription()
public void setDescription(String description)
description
- sets the description of the workflow tool datapublic String getMimeType()
public void setMimeType(String mimeType)
mimeType
- sets the mime type of the workflow tool dataCopyright © 2017. All rights reserved.