Brand

class Brand

Represents a vehicle brand.

Contains the identification and name of a vehicle brand.

Properties

Link copied to clipboard
val id: BrandId

The unique identifier of the brand.

Link copied to clipboard

The name of the brand.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String