package project; public class Item { public Item(String title, String description, String images, String category) { } public static Item getItem(int item) { // TODO Auto-generated method stub return null; } }