Class ProductCharacteristicManagementRequest

java.lang.Object
com.broadleafcommerce.catalog.service.product.dto.ProductCharacteristicManagementRequest

public class ProductCharacteristicManagementRequest extends Object
  • Constructor Details

    • ProductCharacteristicManagementRequest

      public ProductCharacteristicManagementRequest()
  • Method Details

    • getRequestedCharacteristicsByProductId

      public Map<String,List<ProductCharacteristic>> getRequestedCharacteristicsByProductId()
      The raw, explicitly requested characteristic changes provided by the API caller.
    • getFullyPersistedProductsById

      public Map<String,Product> getFullyPersistedProductsById()
      The fully-hydrated/persisted representations of the products, fresh from the database.
    • setRequestedCharacteristicsByProductId

      public void setRequestedCharacteristicsByProductId(Map<String,List<ProductCharacteristic>> requestedCharacteristicsByProductId)
      The raw, explicitly requested characteristic changes provided by the API caller.
    • setFullyPersistedProductsById

      public void setFullyPersistedProductsById(Map<String,Product> fullyPersistedProductsById)
      The fully-hydrated/persisted representations of the products, fresh from the database.
    • 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