Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anchals24/Low-Level-Design
/ getCode
Method
getCode
StateDesignPattern/ItemShelf.java:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
boolean soldOut;
8
9
public
int
getCode() {
10
return
code;
11
}
12
13
public
void
setCode(
int
code) {
14
this.code = code;
Callers
1
displayInventory
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected