Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ setWheel
Method
setWheel
Programs/Factory Method/HatchbackCar.java:17–19 ·
view source on GitHub ↗
(String wheel)
Source
from the content-addressed store, hash-verified
15
}
16
17
public
void
setWheel(String wheel) {
18
this.wheel = wheel;
19
}
20
21
public
String getWheel() {
22
return
wheel;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected