Class BulkOperationItem

java.lang.Object
com.broadleafcommerce.catalog.domain.bulkoperation.BulkOperationItem
All Implemented Interfaces:
Serializable

public class BulkOperationItem extends Object implements Serializable
See Also:
  • Constructor Details

    • BulkOperationItem

      public BulkOperationItem()
  • Method Details

    • getId

      public String getId()
      The unique identifier of the bulk operation item.
    • getBulkOperationId

      public String getBulkOperationId()
      The unique identifier of the bulk operation.
    • getEntityContextId

      public String getEntityContextId()
      The context ID of the entity for this item.
    • getState

      public String getState()
      The current state of this item.
      See Also:
    • getErrorMessage

      public String getErrorMessage()
      The error message if this item failed processing.
    • getErrorDetail

      public String getErrorDetail()
      Details on the error(s) encountered during processing.
    • getProcessingAttributes

      public Map<String,Object> getProcessingAttributes()
      Miscellaneous attributes for the processing of this item.
    • setId

      public void setId(String id)
      The unique identifier of the bulk operation item.
    • setBulkOperationId

      public void setBulkOperationId(String bulkOperationId)
      The unique identifier of the bulk operation.
    • setEntityContextId

      public void setEntityContextId(String entityContextId)
      The context ID of the entity for this item.
    • setState

      public void setState(String state)
      The current state of this item.
      See Also:
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
      The error message if this item failed processing.
    • setErrorDetail

      public void setErrorDetail(String errorDetail)
      Details on the error(s) encountered during processing.
    • setProcessingAttributes

      public void setProcessingAttributes(Map<String,Object> processingAttributes)
      Miscellaneous attributes for the processing of this item.
    • 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