MCPcopy Create free account
hub / github.com/Anchals24/Low-Level-Design / isSoldOut

Method isSoldOut

StateDesignPattern/ItemShelf.java:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 public boolean isSoldOut() {
26 return soldOut;
27 }
28
29 public void setSoldOut(boolean soldOut) {
30 this.soldOut = soldOut;

Callers 3

addItemMethod · 0.80
getItemMethod · 0.80
displayInventoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected