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