View Javadoc

1   package com.loribel.commons.abstraction;
2   
3   /***
4    * Owner of ActionReport.
5    * 
6    * @author Gregory Borelli
7    */
8   public interface GB_ActionReportOwnerSet
9           extends
10              GB_ActionReportOwner
11  {
12      void setActionReport(
13              GB_ActionReport a_report);
14  }