Class AnonymizationRecord

java.lang.Object
com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord

public class AnonymizationRecord extends Object
Detail of what changed for a particular entity field
  • Constructor Details

    • AnonymizationRecord

      public AnonymizationRecord()
  • Method Details

    • getType

      public String getType()
      The class simple name for the entity
    • getField

      public String getField()
      The field that is being updated on the entity
    • getStatus

      public AnonymizationStatus getStatus()
      The status of the field regarding anonymization change
    • getAction

      public String getAction()
      The description of the action that was taken on the field
    • getReason

      public String 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

      public void setType(String type)
      The class simple name for the entity
    • setField

      public void setField(String field)
      The field that is being updated on the entity
    • setStatus

      public void setStatus(AnonymizationStatus status)
      The status of the field regarding anonymization change
    • setAction

      public void setAction(String action)
      The description of the action that was taken on the field
    • setReason

      public void setReason(String reason)
      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

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object