Class CurrencyData

java.lang.Object
api.mpba.rastvdmy.entity.CurrencyData
All Implemented Interfaces:
Serializable

@Entity public class CurrencyData extends Object implements Serializable
This class represents the currency data. It contains the id, currency, rate, and a list of users associated with the currency.
See Also:
  • Constructor Details

    • CurrencyData

      public CurrencyData()