public class Item { public int id; public int price, stock; public Item(int id, int price, int stock) { id = this.id; price = this.price; stock = this.