CurrencyHistory

@Entity
open class CurrencyHistory : Identifiable

Constructors

Link copied to clipboard
constructor()
constructor(currency: Currency, value: Double)
constructor(currency: Currency, value: Double, lastUpdated: LocalDateTime)

Functions

Link copied to clipboard
open fun getId(): Long
Link copied to clipboard
open fun setId(id: Long)