package domain; import java.math.BigDecimal; public class Post { private int id; private String url; private BigDecimal targetPrice; }