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