Class JpaBulkUpdateError

java.lang.Object
com.broadleafcommerce.bulk.provider.jpa.domain.JpaBulkUpdateError
All Implemented Interfaces:
Serializable

public class JpaBulkUpdateError extends Object implements Serializable
Persistent counter-part to a BulkUpdateError for use with a JPA-supported datastore.
Author:
Samarth Dhruva (samarthd)
See Also:
  • Constructor Details

    • JpaBulkUpdateError

      public JpaBulkUpdateError()
  • Method Details

    • getType

      public String getType()
      See Also:
      • BulkUpdateError.type
    • getRecordType

      public String getRecordType()
      See Also:
      • BulkUpdateError.recordType
    • getRecordId

      public String getRecordId()
      See Also:
      • BulkUpdateError.recordId
    • getDescription

      public String getDescription()
      See Also:
      • BulkUpdateError.description
    • getStackTrace

      public String getStackTrace()
      See Also:
      • BulkUpdateError.stackTrace
    • setType

      public void setType(String type)
      See Also:
      • BulkUpdateError.type
    • setRecordType

      public void setRecordType(String recordType)
      See Also:
      • BulkUpdateError.recordType
    • setRecordId

      public void setRecordId(String recordId)
      See Also:
      • BulkUpdateError.recordId
    • setDescription

      public void setDescription(String description)
      See Also:
      • BulkUpdateError.description
    • setStackTrace

      public void setStackTrace(String stackTrace)
      See Also:
      • BulkUpdateError.stackTrace
    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object