Class FormItemUpdate
- java.lang.Object
-
- de.xima.fc.gui.designer.form.model.params.FormItemUpdate
-
- All Implemented Interfaces:
Serializable
public class FormItemUpdate extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormItemUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()List<IncrementalPersistPatch>getPatches()voidsetIndex(int index)voidsetPatches(List<IncrementalPersistPatch> patches)
-
-
-
Method Detail
-
getIndex
public int getIndex()
-
getPatches
public List<IncrementalPersistPatch> getPatches()
-
setIndex
public void setIndex(int index)
-
setPatches
public void setPatches(List<IncrementalPersistPatch> patches)
-
-