Class AddressDiff
- java.lang.Object
-
- org.openiam.idm.provisioning.diff.model.Diff<T>
-
- org.openiam.idm.provisioning.diff.model.user.UserProvisionObjectDiff<T>
-
- org.openiam.idm.provisioning.diff.model.user.AbstractMetadataTypeDTODiff<Address>
-
- org.openiam.idm.provisioning.diff.model.user.AddressDiff
-
- All Implemented Interfaces:
Serializable
public class AddressDiff extends AbstractMetadataTypeDTODiff<Address>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringDiffaddress1Diffprotected StringDiffaddress2Diffprotected StringDiffaddress3Diffprotected StringDiffaddress4Diffprotected StringDiffaddress5Diffprotected StringDiffaddress6Diffprotected StringDiffaddress7Diffprotected StringDiffbldgNumberDiffprotected StringDiffcityDiffprotected StringDiffcountryDiffprotected StringDiffdescriptionDiffprotected BooleanDiffisActiveDiffprotected BooleanDiffisDefaultDiffprotected StringDiffpostalCdDiffprotected StringDiffstateDiffprotected StringDiffstreetDirectionDiffprotected StringDiffsuiteDiff
-
Constructor Summary
Constructors Modifier Constructor Description protectedAddressDiff(Address newObject, Address oldObject)
-
Method Summary
-
Methods inherited from class org.openiam.idm.provisioning.diff.model.user.UserProvisionObjectDiff
isModified
-
-
-
-
Field Detail
-
isActiveDiff
protected BooleanDiff isActiveDiff
-
bldgNumberDiff
protected StringDiff bldgNumberDiff
-
streetDirectionDiff
protected StringDiff streetDirectionDiff
-
suiteDiff
protected StringDiff suiteDiff
-
address1Diff
protected StringDiff address1Diff
-
address2Diff
protected StringDiff address2Diff
-
address3Diff
protected StringDiff address3Diff
-
address4Diff
protected StringDiff address4Diff
-
address5Diff
protected StringDiff address5Diff
-
address6Diff
protected StringDiff address6Diff
-
address7Diff
protected StringDiff address7Diff
-
cityDiff
protected StringDiff cityDiff
-
countryDiff
protected StringDiff countryDiff
-
descriptionDiff
protected StringDiff descriptionDiff
-
isDefaultDiff
protected BooleanDiff isDefaultDiff
-
postalCdDiff
protected StringDiff postalCdDiff
-
stateDiff
protected StringDiff stateDiff
-
-