public class FormDataModel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
businessKey |
protected java.util.List<FormFieldModel> |
fields |
protected java.util.List<FormParamModel> |
formParams |
protected java.lang.String |
id |
protected FormOpenMode |
openMode |
protected java.util.List<FormOutcomeModel> |
outcomes |
protected java.util.List<FormOutputVariableModel> |
outputVariables |
protected java.lang.String |
screenId |
protected FormType |
type |
Constructor and Description |
---|
FormDataModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBusinessKey() |
java.util.List<FormFieldModel> |
getFields() |
java.util.List<FormParamModel> |
getFormParams() |
java.lang.String |
getId() |
FormOpenMode |
getOpenMode() |
java.util.List<FormOutcomeModel> |
getOutcomes() |
java.util.List<FormOutputVariableModel> |
getOutputVariables() |
java.lang.String |
getScreenId() |
FormType |
getType() |
void |
setBusinessKey(java.lang.String businessKey) |
void |
setFields(java.util.List<FormFieldModel> fields) |
void |
setFormParams(java.util.List<FormParamModel> formParams) |
void |
setId(java.lang.String id) |
void |
setOpenMode(FormOpenMode openMode) |
void |
setOutcomes(java.util.List<FormOutcomeModel> outcomes) |
void |
setOutputVariables(java.util.List<FormOutputVariableModel> outputVariables) |
void |
setScreenId(java.lang.String screenId) |
void |
setType(FormType type) |
protected java.lang.String id
protected FormType type
protected java.lang.String screenId
protected FormOpenMode openMode
protected java.lang.String businessKey
protected java.util.List<FormFieldModel> fields
protected java.util.List<FormOutcomeModel> outcomes
protected java.util.List<FormOutputVariableModel> outputVariables
protected java.util.List<FormParamModel> formParams
public java.lang.String getId()
public void setId(java.lang.String id)
public FormType getType()
public void setType(FormType type)
public java.lang.String getScreenId()
public void setScreenId(java.lang.String screenId)
public java.util.List<FormFieldModel> getFields()
public void setFields(java.util.List<FormFieldModel> fields)
public java.util.List<FormParamModel> getFormParams()
public void setFormParams(java.util.List<FormParamModel> formParams)
public java.util.List<FormOutcomeModel> getOutcomes()
public void setOutcomes(java.util.List<FormOutcomeModel> outcomes)
public FormOpenMode getOpenMode()
public void setOpenMode(FormOpenMode openMode)
public java.lang.String getBusinessKey()
public void setBusinessKey(java.lang.String businessKey)
public java.util.List<FormOutputVariableModel> getOutputVariables()
public void setOutputVariables(java.util.List<FormOutputVariableModel> outputVariables)