Exemplo n.º 1
0
 /** @return the value stored */
 public final int value() {
   return data.getAmount();
 }
Exemplo n.º 2
0
 /** @param amount the value to store */
 protected void setValue(int amount) {
   data.setAmount(amount);
 }