Class IntegerDiff
- java.lang.Object
-
- org.openiam.idm.provisioning.diff.model.Diff<T>
-
- org.openiam.idm.provisioning.diff.model.lang.LangDiff<Integer>
-
- org.openiam.idm.provisioning.diff.model.lang.IntegerDiff
-
- All Implemented Interfaces:
Serializable
public class IntegerDiff extends LangDiff<Integer>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegerDiff(Integer newObject, Integer oldObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isEmpty(Integer test)
protected boolean
isModified()
-
Methods inherited from class org.openiam.idm.provisioning.diff.model.lang.LangDiff
isLeftEmpty, isRightEmpty
-
-