Class FutureStockSummary
java.lang.Object
com.broadleafcommerce.inventory.domain.FutureStockSummary
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The 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.int
hashCode()
void
setExpectedFutureRestockDate
(Instant expectedFutureRestockDate) The expected date for the configured future stock to be made available.void
setFutureStockType
(String futureStockType) The type of future stock that is configured for this SKU inventory.void
setQuantityAvailable
(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
-