예제 #1
0
 public static String getAccountRow1(Account account) {
   return account.getType()
       + " - "
       + Utils.getFormattedAmount(account.getBalance(), account.getCurrency());
 }