public class FieldValuesView extends Object implements Serializable
| Constructor and Description |
|---|
FieldValuesView() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalId() |
int |
getId() |
String |
getLabel() |
ApplicationFieldType |
getType() |
List<Map<String,?>> |
getValues() |
void |
setExternalId(String externalId) |
void |
setId(int fieldId) |
void |
setLabel(String label) |
void |
setType(ApplicationFieldType type) |
void |
setValues(List<Map<String,?>> values) |
public int getId()
public void setId(int fieldId)
public String getExternalId()
public void setExternalId(String externalId)
public ApplicationFieldType getType()
public void setType(ApplicationFieldType type)
public String getLabel()
public void setLabel(String label)
Copyright © 2014. All Rights Reserved.