예제 #1
0
 /**
  * お釣り金額を取得する。
  *
  * @return お釣り金額
  */
 public int getChangeAmount() {
   return moneyFlow.getChangeAmount();
 }