Exemplo n.º 1
0
 public boolean active(String currency) {
   return this.currency == Currency.valueOf(currency);
 }
Exemplo n.º 2
0
 /** @param currency the currency to set */
 public void setCurrency(String currency) {
   this.currency = Currency.valueOf(currency);
 }