Class AnonymizationRecord
java.lang.Object
com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord
Detail of what changed for a particular entity field
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The description of the action that was taken on the fieldgetField()
The field that is being updated on the entityThe description of the reason the statusThe status of the field regarding anonymization changegetType()
The class simple name for the entityint
hashCode()
boolean
Whether or not this problem should stop the remainder of the anonymization processvoid
The description of the action that was taken on the fieldvoid
setFailureStopFlow
(boolean failureStopFlow) Whether or not this problem should stop the remainder of the anonymization processvoid
The field that is being updated on the entityvoid
The description of the reason the statusvoid
setStatus
(AnonymizationStatus status) The status of the field regarding anonymization changevoid
The class simple name for the entitytoString()
-
Constructor Details
-
AnonymizationRecord
public AnonymizationRecord()
-
-
Method Details
-
getType
The class simple name for the entity -
getField
The field that is being updated on the entity -
getStatus
The status of the field regarding anonymization change -
getAction
The description of the action that was taken on the field -
getReason
The description of the reason the status -
isFailureStopFlow
public boolean isFailureStopFlow()Whether or not this problem should stop the remainder of the anonymization process -
setType
The class simple name for the entity -
setField
The field that is being updated on the entity -
setStatus
The status of the field regarding anonymization change -
setAction
The description of the action that was taken on the field -
setReason
The description of the reason the status -
setFailureStopFlow
public void setFailureStopFlow(boolean failureStopFlow) Whether or not this problem should stop the remainder of the anonymization process -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-