private int amount;
private int amount; public void setAmount(final int newAmount) { logger.debug(new Integer(newAmount)); amount = newAmount; }