MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / setEngine

Method setEngine

Programs/Factory Method/SedanCar.java:26–28  ·  view source on GitHub ↗
(String engine)

Source from the content-addressed store, hash-verified

24 }
25
26 public void setEngine(String engine) {
27 this.engine = engine;
28 }
29
30 public String getEngine() {
31 return engine;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected