Class AnonymizationRecord
java.lang.Object
com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord
Detail of what changed for a particular entity field
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe 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 entityinthashCode()booleanWhether or not this problem should stop the remainder of the anonymization processvoidThe description of the action that was taken on the fieldvoidsetFailureStopFlow(boolean failureStopFlow) Whether or not this problem should stop the remainder of the anonymization processvoidThe field that is being updated on the entityvoidThe description of the reason the statusvoidsetStatus(AnonymizationStatus status) The status of the field regarding anonymization changevoidThe 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()
-