1 package com.loribel.commons.abstraction; 2 3 /*** 4 * Interface to reprensent an item. 5 * 6 * @author Gregory Borelli 7 */ 8 public interface GB_ItemWithReport 9 extends 10 GB_Item, 11 GB_StateOwner, 12 GB_ActionReportOwner 13 { 14 }