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

Method getItem

StateDesignPattern/ItemShelf.java:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 public Item getItem() {
18 return item;
19 }
20
21 public void setItem(Item item) {
22 this.item = item;

Callers 3

displayInventoryMethod · 0.45
dispenseProductMethod · 0.45
chooseProductMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected