KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > product1 > cci > BundledProduct


1 // ----------------------------------------------------------------------------
2
// Instance/IntfBegin
3
// ----------------------------------------------------------------------------
4
//////////////////////////////////////////////////////////////////////////////
5
//
6
// Name: $Id: JMIAbstractMapper.java,v 1.11 2006/01/21 23:09:07 wfro Exp $
7
// Generated by: openMDX JMI Mapper
8
// Date: Mon Apr 03 11:38:52 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.product1.cci;
14
15 public interface BundledProduct
16   extends
17  org.opencrx.kernel.depot1.cci.DepotReferenceHolder,
18  org.opencrx.kernel.product1.cci.AbstractProduct,
19  org.opencrx.kernel.product1.cci.ContractPositionConstrained,
20  org.opencrx.kernel.product1.cci.PriceOverrideEnabled,
21  org.opencrx.kernel.product1.cci.ProductInUseDescriptor {
22 // ----------------------------------------------------------------------------
23
// Instance/IntfOperation
24
// ----------------------------------------------------------------------------
25

26   public org.openmdx.base.cci.Void assignProduct(
27       org.opencrx.kernel.product1.cci.AssignProductParams params
28   ) throws javax.jmi.reflect.RefException ;
29
30   /**
31    */

32   public org.openmdx.base.cci.Void assignProduct(
33       org.opencrx.kernel.product1.cci.Product product
34   ) throws javax.jmi.reflect.RefException ;
35
36 // ----------------------------------------------------------------------------
37
// Instance/IntfEnd.vm
38
// ----------------------------------------------------------------------------
39
}
40
Popular Tags