Class Car


  • public class Car
    extends Object
    • Constructor Detail

      • Car

        public Car()
      • Car

        public Car​(String vehicleIdentificationNumber,
                   CarType carType,
                   boolean antiTheftDevice,
                   BigDecimal value)
    • Method Detail

      • getVehicleIdentificationNumber

        public String getVehicleIdentificationNumber()
      • setVehicleIdentificationNumber

        public void setVehicleIdentificationNumber​(String vehicleIdentificationNumber)
      • getCarType

        public CarType getCarType()
      • setCarType

        public void setCarType​(CarType carType)
      • isAntiTheftDevice

        public boolean isAntiTheftDevice()
      • setAntiTheftDevice

        public void setAntiTheftDevice​(boolean antiTheftDevice)
      • setValue

        public void setValue​(BigDecimal value)