MCPcopy Create free account
hub / github.com/Krishna18062005/Hospital_Management_System_Java / setId

Method setId

Doctor.java:18–20  ·  view source on GitHub ↗
(int id)

Source from the content-addressed store, hash-verified

16 }
17
18 public void setId(int id) {
19 this.id = id;
20 }
21
22 public String getName() {
23 return name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected