public class OutcomeValuesRepresentation extends AbstractRepresentation
Modifier and Type | Field and Description |
---|---|
protected Long |
formId |
protected String |
formName |
protected List<FormOutcomeRepresentation> |
outcomes |
Constructor and Description |
---|
OutcomeValuesRepresentation() |
Modifier and Type | Method and Description |
---|---|
Long |
getFormId() |
String |
getFormName() |
List<FormOutcomeRepresentation> |
getOutcomes() |
void |
setFormId(Long formId) |
void |
setFormName(String formName) |
void |
setOutcomes(List<FormOutcomeRepresentation> outcomes) |
protected Long formId
protected String formName
protected List<FormOutcomeRepresentation> outcomes
public Long getFormId()
public void setFormId(Long formId)
public String getFormName()
public void setFormName(String formName)
public List<FormOutcomeRepresentation> getOutcomes()
public void setOutcomes(List<FormOutcomeRepresentation> outcomes)
Copyright © 2014–2015 Alfresco. All rights reserved.