Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Krishna18062005/Hospital_Management_System_Java
/ getDate
Method
getDate
Appointment.java:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
public
String getDate() {
41
return
date;
42
}
43
44
public
void
setDate(String date) {
45
this.date = date;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected