40414243444546
catList.add("BIRDS"); CATEGORY_LIST = Collections.unmodifiableList(catList); } public AccountBean() { this(new AccountService(), new CatalogService()); }
33343536373839
cardList.add("American Express"); CARD_TYPE_LIST = Collections.unmodifiableList(cardList); } public OrderBean() { this(new AccountService(), new OrderService()); }
39404142434445
32333435363738