All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.geotab.model.entity.device.VehicleIdentificationNumberAware Maven / Gradle / Ivy

package com.geotab.model.entity.device;

/**
 * For devices with a Vehicle Identification Number (VIN).
 */
public interface VehicleIdentificationNumberAware {

  String getVehicleIdentificationNumber();

  void setVehicleIdentificationNumber(String vehicleIdentificationNumber);

  String getEngineVehicleIdentificationNumber();

  void setEngineVehicleIdentificationNumber(String engineVehicleIdentificationNumber);

  boolean isPinDevice();

  void setPinDevice(boolean pinDevice);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy