Class Car


  • public class Car
    extends Object
    • Constructor Detail

    • Method Detail

      • getManufacturer

        public String getManufacturer()
      • setManufacturer

        public void setManufacturer​(String manufacturer)
      • getModel

        public String getModel()
      • setModel

        public void setModel​(String model)
      • setMotors

        public void setMotors​(List<Motor> motors)