Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JavaCourse00/JavaCourseCodes
/ getId
Method
getId
01jvm/subinterface/User.java:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
public
int
getId() {
11
return
id;
12
}
13
14
public
void
setId(
int
id) {
15
this.id = id;
Callers
9
insert
Method · 0.45
main
Method · 0.45
run
Method · 0.45
set
Method · 0.45
get
Method · 0.45
main
Method · 0.45
main
Method · 0.45
send
Method · 0.45
deduplicationOrder
Method · 0.45
Calls
no outgoing calls
Tested by
2
set
Method · 0.36
get
Method · 0.36