예제 #1
0
 public boolean isValidCurrencyCode() {
   return CurrencyCollection.getInstance().isValidCode(currency);
 }