Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/ctci
/ getID
Method
getID
java/Chapter 8/Question8_5/User.java:17–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
16
/* getters and setters */
17
public
int
getID() {
return
userId; }
18
public
void
setID(
int
id) { userId = id; }
19
public
String getDetails() {
return
details; }
20
public
void
setDetails(String details) { this.details = details; }
Callers
2
remove
Method · 0.45
remove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected