Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Krishna18062005/Hospital_Management_System_Java
/ getId
Method
getId
Appointment.java:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
public
int
getId() {
17
return
id;
18
}
19
20
public
void
setId(
int
id) {
21
this.id = id;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected