Class FutureStockSummary

java.lang.Object
com.broadleafcommerce.inventory.domain.FutureStockSummary
All Implemented Interfaces:
Serializable

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

    • FutureStockSummary

      public FutureStockSummary()
  • Method Details

    • getFutureStockType

      public String getFutureStockType()
      The type of future stock that is configured for this SKU inventory.
    • getExpectedFutureRestockDate

      public Instant getExpectedFutureRestockDate()
      The expected date for the configured future stock to be made available.
    • getQuantityAvailable

      public Integer getQuantityAvailable()
      The current quantity available for the future stock.
    • setFutureStockType

      public void setFutureStockType(String futureStockType)
      The type of future stock that is configured for this SKU inventory.
    • setExpectedFutureRestockDate

      public void setExpectedFutureRestockDate(Instant expectedFutureRestockDate)
      The expected date for the configured future stock to be made available.
    • setQuantityAvailable

      public void setQuantityAvailable(Integer quantityAvailable)
      The current quantity available for the future stock.
    • 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