MCPcopy 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

insertMethod · 0.45
mainMethod · 0.45
runMethod · 0.45
setMethod · 0.45
getMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
sendMethod · 0.45
deduplicationOrderMethod · 0.45

Calls

no outgoing calls

Tested by 2

setMethod · 0.36
getMethod · 0.36