package domain; import java.math.BigDecimal; public class Watched { private int id; private BigDecimal price; private Item item; }