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

Method setEngine

Programs/Factory Method/Car.java:7–7  ·  view source on GitHub ↗
(String engine)

Source from the content-addressed store, hash-verified

5 public void setWheel(String wheel);
6 public String getWheel();
7 public void setEngine(String engine);
8 public String getEngine();
9}

Callers

nothing calls this directly

Implementers 3

SUVCarPrograms/Factory Method/SUVCar.java
HatchbackCarPrograms/Factory Method/HatchbackCar.j
SedanCarPrograms/Factory Method/SedanCar.java

Calls

no outgoing calls

Tested by

no test coverage detected