OOP_2022/company/vesminetelesa/Vesmirne_telesa.java
2022-11-07 22:44:01 +01:00

14 lines
235 B
Java

package company.vesminetelesa;
public class Vesmirne_telesa {
public String type;
public String getType() {
return type;
}
protected void setType(String type) {
this.type = type;
}
}