getCargoByCargoNumber

abstract fun getCargoByCargoNumber(cargoNumber: String): CargoRoomEntity

Retrieves a cargo from the local database by cargo number.

Return

The cargo with the specified cargo number.

Parameters

cargoNumber

The cargo number of the cargo to retrieve.