Class BulkOperationItem
java.lang.Object
com.broadleafcommerce.catalog.domain.bulkoperation.BulkOperationItem
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The unique identifier of the bulk operation.The context ID of the entity for this item.Details on the error(s) encountered during processing.The error message if this item failed processing.getId()
The unique identifier of the bulk operation item.Miscellaneous attributes for the processing of this item.getState()
The current state of this item.int
hashCode()
void
setBulkOperationId
(String bulkOperationId) The unique identifier of the bulk operation.void
setEntityContextId
(String entityContextId) The context ID of the entity for this item.void
setErrorDetail
(String errorDetail) Details on the error(s) encountered during processing.void
setErrorMessage
(String errorMessage) The error message if this item failed processing.void
The unique identifier of the bulk operation item.void
setProcessingAttributes
(Map<String, Object> processingAttributes) Miscellaneous attributes for the processing of this item.void
The current state of this item.toString()
-
Constructor Details
-
BulkOperationItem
public BulkOperationItem()
-
-
Method Details
-
getId
The unique identifier of the bulk operation item. -
getBulkOperationId
The unique identifier of the bulk operation. -
getEntityContextId
The context ID of the entity for this item. -
getState
The current state of this item.- See Also:
-
getErrorMessage
The error message if this item failed processing. -
getErrorDetail
Details on the error(s) encountered during processing. -
getProcessingAttributes
Miscellaneous attributes for the processing of this item. -
setId
The unique identifier of the bulk operation item. -
setBulkOperationId
The unique identifier of the bulk operation. -
setEntityContextId
The context ID of the entity for this item. -
setState
The current state of this item.- See Also:
-
setErrorMessage
The error message if this item failed processing. -
setErrorDetail
Details on the error(s) encountered during processing. -
setProcessingAttributes
Miscellaneous attributes for the processing of this item. -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-