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