1 package com.loribel.commons.abstraction; 2 3 /*** 4 * Owner of ActionReport. 5 * 6 * @author Gregory Borelli 7 */ 8 public interface GB_ActionReportOwner 9 { 10 GB_ActionReport getActionReport(); 11 }