KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > enhydra > shark > api > client > wfbase > BaseBusinessObject


1 package org.enhydra.shark.api.client.wfbase;
2
3 /**
4  * Java version of OMG's interface. This is how OMG defines it:
5  * <p>
6  * A BaseBusinessObject is the base interface for all business
7  * object interfaces. It serves as a placeholder for the definition
8  * of a business component base entity; it is assumed that a future
9  * OMG initiative will provide a detailed specification of a base
10  * business component interface which will replace the placeholder
11  * used in this specification.
12  */

13 public interface BaseBusinessObject
14 {
15 }
16
Popular Tags