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

Method setWheel

Programs/Factory Method/SUVCar.java:18–20  ·  view source on GitHub ↗
(String wheel)

Source from the content-addressed store, hash-verified

16 }
17
18 public void setWheel(String wheel) {
19 this.wheel = wheel;
20 }
21
22 public String getWheel() {
23 return wheel;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected