package domain; public class SearchItemResult { private Brand brand; private Model model; private String status; }