OOP_2022/company/vesminetelesa/Vesmirne_telesa.java

14 lines
235 B
Java
Raw Permalink Normal View History

2022-11-07 21:44:01 +00:00
package company.vesminetelesa;
public class Vesmirne_telesa {
public String type;
public String getType() {
return type;
}
protected void setType(String type) {
this.type = type;
}
}