Interface SoldOutAware
- All Known Implementing Classes:
ContainerSoldOutTrouble
,SliceSoldOutTrouble
public interface SoldOutAware
Interface that adds a
soldOut
property to an object.- Version:
- 2024-10-30
-
Method Summary
-
Method Details
-
isSoldOut
default boolean isSoldOut()Return true if sold out. Default implementation simply returns true. Override if sold out is configurable.
-