public class ItemFieldDifference extends Object
| Constructor and Description |
|---|
ItemFieldDifference() |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,Object>> |
getFrom() |
int |
getId() |
String |
getLabel() |
List<Map<String,Object>> |
getTo() |
ApplicationFieldType |
getType() |
void |
setFrom(List<Map<String,Object>> from) |
void |
setId(int fieldId) |
void |
setLabel(String label) |
void |
setTo(List<Map<String,Object>> to) |
void |
setType(ApplicationFieldType type) |
public int getId()
public void setId(int fieldId)
public ApplicationFieldType getType()
public void setType(ApplicationFieldType type)
public String getLabel()
public void setLabel(String label)
Copyright © 2014. All Rights Reserved.