java.lang.Object
com.broadleafcommerce.dataimport.domain.Batch

public class Batch extends Object
Author:
Phillip Verheyden (phillipuniverse)
  • Constructor Details

    • Batch

      public Batch()
  • Method Details

    • getId

      public String getId()
      Unique id of this batch
    • getImportId

      public String getImportId()
      The parent import that this batch is associated with
    • getStatus

      public BatchStatus getStatus()
      The overall status of the batch.
      See Also:
    • getCreated

      public Instant getCreated()
      When this batch was created
    • getCompleted

      public Instant getCompleted()
      When this batch completed its handling
    • getItems

      public List<BatchItem> getItems()
      All of the items within this batch
    • getCorrelationIdMappings

      public List<com.broadleafcommerce.common.dataimport.messaging.CorrelationIdMapping> getCorrelationIdMappings()
      Correlation ids that have specific resource tier identifiers that were managed outside of this batch
    • setId

      public void setId(String id)
      Unique id of this batch
    • setImportId

      public void setImportId(String importId)
      The parent import that this batch is associated with
    • setStatus

      public void setStatus(BatchStatus status)
      The overall status of the batch.
      See Also:
    • setCreated

      public void setCreated(Instant created)
      When this batch was created
    • setCompleted

      public void setCompleted(Instant completed)
      When this batch completed its handling
    • setItems

      public void setItems(List<BatchItem> items)
      All of the items within this batch
    • setCorrelationIdMappings

      public void setCorrelationIdMappings(List<com.broadleafcommerce.common.dataimport.messaging.CorrelationIdMapping> correlationIdMappings)
      Correlation ids that have specific resource tier identifiers that were managed outside of this batch
    • 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