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

Method setPrice

StateDesignPattern/Item.java:19–21  ·  view source on GitHub ↗
(int price)

Source from the content-addressed store, hash-verified

17 }
18
19 public void setPrice(int price) {
20 this.price = price;
21 }
22}

Callers 1

fillUpInventoryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected