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

Method getPrice

StateDesignPattern/Item.java:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 public int getPrice() {
16 return price;
17 }
18
19 public void setPrice(int price) {
20 this.price = price;

Callers 2

chooseProductMethod · 0.95
displayInventoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected