public abstract class FormDataImpl extends Object implements FormData, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
deploymentId |
protected String |
formKey |
protected List<FormProperty> |
formProperties |
| Constructor and Description |
|---|
FormDataImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentId() |
String |
getFormKey() |
List<FormProperty> |
getFormProperties() |
void |
setDeploymentId(String deploymentId) |
void |
setFormKey(String formKey) |
void |
setFormProperties(List<FormProperty> formProperties) |
protected String formKey
protected String deploymentId
protected List<FormProperty> formProperties
public String getFormKey()
getFormKey in interface FormDatapublic String getDeploymentId()
getDeploymentId in interface FormDatapublic List<FormProperty> getFormProperties()
getFormProperties in interface FormDatapublic void setFormKey(String formKey)
public void setDeploymentId(String deploymentId)
public void setFormProperties(List<FormProperty> formProperties)
Copyright © 2018 Flowable. All rights reserved.