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