Class FutureStockSummary
java.lang.Object
com.broadleafcommerce.inventory.domain.FutureStockSummary
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe expected date for the configured future stock to be made available.The type of future stock that is configured for this SKU inventory.The current quantity available for the future stock.inthashCode()voidsetExpectedFutureRestockDate(Instant expectedFutureRestockDate) The expected date for the configured future stock to be made available.voidsetFutureStockType(String futureStockType) The type of future stock that is configured for this SKU inventory.voidsetQuantityAvailable(Integer quantityAvailable) The current quantity available for the future stock.toString()
-
Constructor Details
-
FutureStockSummary
public FutureStockSummary()
-
-
Method Details
-
getFutureStockType
The type of future stock that is configured for this SKU inventory. -
getExpectedFutureRestockDate
The expected date for the configured future stock to be made available. -
getQuantityAvailable
The current quantity available for the future stock. -
setFutureStockType
The type of future stock that is configured for this SKU inventory. -
setExpectedFutureRestockDate
The expected date for the configured future stock to be made available. -
setQuantityAvailable
The current quantity available for the future stock. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-