public class Product {
    private String id;
    private String name;
    private int price;

    // getter, setter ...
}