public int getDecimals(int int0) {
   if (currencyVO != null) return currencyVO.getDecimalsREG03().intValue();
   else return 0;
 }