Class JpaBulkUpdateError
java.lang.Object
com.broadleafcommerce.bulk.provider.jpa.domain.JpaBulkUpdateError
- All Implemented Interfaces:
Serializable
Persistent counter-part to a
BulkUpdateError
for use with a JPA-supported datastore.- Author:
- Samarth Dhruva (samarthd)
- See Also:
-
JpaBulkUpdate#errors
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
int
hashCode()
void
setDescription
(String description) void
setRecordId
(String recordId) void
setRecordType
(String recordType) void
setStackTrace
(String stackTrace) void
toString()
-
Constructor Details
-
JpaBulkUpdateError
public JpaBulkUpdateError()
-
-
Method Details
-
getType
- See Also:
-
BulkUpdateError.type
-
getRecordType
- See Also:
-
BulkUpdateError.recordType
-
getRecordId
- See Also:
-
BulkUpdateError.recordId
-
getDescription
- See Also:
-
BulkUpdateError.description
-
getStackTrace
- See Also:
-
BulkUpdateError.stackTrace
-
setType
- See Also:
-
BulkUpdateError.type
-
setRecordType
- See Also:
-
BulkUpdateError.recordType
-
setRecordId
- See Also:
-
BulkUpdateError.recordId
-
setDescription
- See Also:
-
BulkUpdateError.description
-
setStackTrace
- See Also:
-
BulkUpdateError.stackTrace
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-