1 package com.loribel.commons.business.abstraction;
2
3 /***
4 * Interface.
5 *
6 * @author Grégory Borelli
7 */
8 public interface GB_BOPropertyOwner
9 {
10 String getPropertyName();
11
12 GB_SimpleBusinessObject getBusinessObject();
13 }