Class Currency
java.lang.Object
company.tap.commondependencies.Currency.Currency
public class Currency
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Currency() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
created
public long created -
updated
public long updated -
currencyId
public java.lang.String currencyId -
decimals
public int decimals -
country
public java.lang.String country -
symbol
public java.lang.String symbol -
name
-
code
-
-
Constructor Details
-
Currency
public Currency()
-