View Javadoc

1   package com.loribel.commons.business.abstraction;
2   
3   /***
4    * Abstraction.
5    *
6    * @author Grégory Borelli
7    */
8   public interface GB_BOParentOwnerSet
9           extends
10              GB_BOParentOwner
11  {
12      void setBoParent(
13              GB_SimpleBusinessObjectSet a_bo);
14  }