Package org.flowable.ui.modeler.model
Class FormFieldValuesRepresentation
- java.lang.Object
-
- org.flowable.ui.common.model.AbstractRepresentation
-
- org.flowable.ui.modeler.model.FormFieldValuesRepresentation
-
public class FormFieldValuesRepresentation extends AbstractRepresentation
-
-
Constructor Summary
Constructors Constructor Description FormFieldValuesRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FormFieldSummaryRepresentation>getFields()LonggetFormId()StringgetFormName()voidsetFields(List<FormFieldSummaryRepresentation> fields)voidsetFormId(Long formId)voidsetFormName(String formName)
-
-
-
Field Detail
-
formId
protected Long formId
-
formName
protected String formName
-
fields
protected List<FormFieldSummaryRepresentation> fields
-
-
Method Detail
-
getFormId
public Long getFormId()
-
setFormId
public void setFormId(Long formId)
-
getFormName
public String getFormName()
-
setFormName
public void setFormName(String formName)
-
getFields
public List<FormFieldSummaryRepresentation> getFields()
-
setFields
public void setFields(List<FormFieldSummaryRepresentation> fields)
-
-