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