Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ setEngine
Method
setEngine
Programs/Factory Method/HatchbackCar.java:25–27 ·
view source on GitHub ↗
(String engine)
Source
from the content-addressed store, hash-verified
23
}
24
25
public
void
setEngine(String engine) {
26
this.engine = engine;
27
}
28
29
public
String getEngine() {
30
return
engine;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected