public void copyFrom(MotorBean other) { distanceToSpeed = other.distanceToSpeed; maxSpeed = other.maxSpeed; speedDifToAccel = other.speedDifToAccel; maxAccel = other.maxAccel; }