package org.theospi.portfolio.list.intf; /** * Created by IntelliJ IDEA. * User: bbiltimier * Date: Mar 13, 2006 * Time: 10:51:48 AM * To change this template use File | Settings | File Templates. */ public interface DecoratedListItem { void setListItemUtils(ListItemUtils listItemUtils); }