Package com.iizix.prop
Class BinderActions
- java.lang.Object
-
- com.iizix.prop.BinderActions
-
public class BinderActions extends java.lang.Object
This class is used as information for what the binder actions that have been performed with the IBinderPOJO object and e.g. Properties.- Author:
- Christopher Mindus
-
-
Field Summary
Fields Modifier and Type Field Description java.util.ArrayList<BinderAction>
actions
The array of actions that have been performed.
-
Constructor Summary
Constructors Constructor Description BinderActions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getSuccessCount()
Counts how many successful members were processed for the POJO.
-
-
-
Field Detail
-
actions
public final java.util.ArrayList<BinderAction> actions
The array of actions that have been performed.
-
-