KickJava   Java API By Example, From Geeks To Geeks.

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


1 // ----------------------------------------------------------------------------
2
// Instance/ImplBegin
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:51 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.product1.cci;
14
15 public class ProductOfferingPositionImpl
16   extends org.openmdx.base.accessor.jmi.spi.RefObject_1
17   implements ProductOfferingPosition {
18
19   public ProductOfferingPositionImpl(
20     org.openmdx.base.accessor.generic.cci.Object_1_0 object,
21     javax.jmi.reflect.RefClass refClass
22   ) {
23     super(object, refClass);
24   }
25
26 // ----------------------------------------------------------------------------
27
// Instance/ImplReferenceGet0_1NoQualifier
28
// ----------------------------------------------------------------------------
29
public org.opencrx.kernel.product1.cci.ProductOffering getBasedOn(
30   ) {
31     return (org.opencrx.kernel.product1.cci.ProductOffering)refGetValue(
32       "org:opencrx:kernel:product1:ProductOfferingPosition:basedOn"
33     );
34   }
35
36 // ----------------------------------------------------------------------------
37
// Instance/ImplReferenceSetNoQualifier
38
// ----------------------------------------------------------------------------
39
protected void setBasedOn(
40     org.opencrx.kernel.product1.cci.ProductOffering newValue
41   ) {
42     refSetValue(
43       "org:opencrx:kernel:product1:ProductOfferingPosition:basedOn",
44       newValue
45     );
46   }
47
48 // ----------------------------------------------------------------------------
49
// Instance/ImplReferenceRemoveOptional
50
// ----------------------------------------------------------------------------
51
protected void removeBasedOn (
52   ) {
53     refRemoveValue(
54       "org:opencrx:kernel:product1:ProductOfferingPosition:basedOn"
55     );
56   }
57 // ----------------------------------------------------------------------------
58
// Instance/ImplEnd
59
// ----------------------------------------------------------------------------
60
}
61
Popular Tags