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

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

package com.geotab.model.entity.device;

/**
 * Models the properties of an entity with adjustable engine hours.
 */
public interface EngineHoursAdjustmentProviderAware {

  Integer getEngineHourOffset();

  void setEngineHourOffset(Integer engineHourOffset);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy