public class FormFieldValuesRepresentation extends AbstractRepresentation
Modifier and Type | Field and Description |
---|---|
protected List<FormFieldSummaryRepresentation> |
fields |
protected Long |
formId |
protected String |
formName |
Constructor and Description |
---|
FormFieldValuesRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<FormFieldSummaryRepresentation> |
getFields() |
Long |
getFormId() |
String |
getFormName() |
void |
setFields(List<FormFieldSummaryRepresentation> fields) |
void |
setFormId(Long formId) |
void |
setFormName(String formName) |
protected Long formId
protected String formName
protected List<FormFieldSummaryRepresentation> fields
public Long getFormId()
public void setFormId(Long formId)
public String getFormName()
public void setFormName(String formName)
public List<FormFieldSummaryRepresentation> getFields()
public void setFields(List<FormFieldSummaryRepresentation> fields)
Copyright © 2014–2015 Alfresco. All rights reserved.