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

Method getTipoRopa

Programs/WashingMachine/Lavadora.java:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 //Setter y Getter
75
76 public int getTipoRopa(){
77 return tipoRopa;
78 }
79
80 public void setTipoRopa(int tipoRopa){
81 this.tipoRopa = tipoRopa;

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected