Class PersistDiff
- java.lang.Object
-
- de.xima.fc.gui.designer.form.model.params.PersistDiff
-
- All Implemented Interfaces:
Serializable
public class PersistDiff extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistDiff()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IncrementalPersistPatch>
getFormPatches()
Map<String,FormItemAddition>
getItemsAdded()
List<String>
getItemsRemoved()
Map<String,FormItemUpdate>
getItemsUpdated()
void
setFormPatches(List<IncrementalPersistPatch> formPatches)
void
setItemsAdded(Map<String,FormItemAddition> itemsAdded)
void
setItemsRemoved(List<String> itemsRemoved)
void
setItemsUpdated(Map<String,FormItemUpdate> itemsUpdated)
-
-
-
Method Detail
-
getFormPatches
public List<IncrementalPersistPatch> getFormPatches()
-
getItemsAdded
public Map<String,FormItemAddition> getItemsAdded()
-
getItemsUpdated
public Map<String,FormItemUpdate> getItemsUpdated()
-
setFormPatches
public void setFormPatches(List<IncrementalPersistPatch> formPatches)
-
setItemsAdded
public void setItemsAdded(Map<String,FormItemAddition> itemsAdded)
-
setItemsUpdated
public void setItemsUpdated(Map<String,FormItemUpdate> itemsUpdated)
-
-