Ejemplo n.º 1
0
 public int getPrice() {
   return new BigDecimal(hotel.getPriceForStay(stay)).intValue();
 }