Borschevskaya A.A. Lab Work 1 Hard #1

Merged
eegov merged 9 commits from lab1 into master 2022-10-28 09:19:15 +04:00
Showing only changes of commit 34fcedd0b7 - Show all commits

View File

@ -18,23 +18,11 @@ public class EntityArmoredCar {
return speed;
}
public void setSpeed(int speed) {
this.speed = speed;
}
public float getWeight() {
return weight;
}
public void setWeight(float weight) {
this.weight = weight;
}
public Color getBodyColor() {
return bodyColor;
}
public void setBodyColor(Color bodyColor) {
this.bodyColor = bodyColor;
}
}