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