KickJava   Java API By Example, From Geeks To Geeks.

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


1 // ----------------------------------------------------------------------------
2
// ClassProxy/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:51 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.product1.cci;
14
15 public interface PriceListEntryClass
16   extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 {
17
18   /**
19    * Creates an instance of class <code>PriceListEntry</code>.
20    * This is a factory operation used to create instance objects of class
21    * <code>PriceListEntry</code>.
22    */

23   public PriceListEntry createPriceListEntry(
24   );
25
26   /**
27    * Creates an instance of class <code>PriceListEntry</code> based on the
28    * specified Object instance.
29    * This is a factory operation used to create instance objects of class
30    * <code>PriceListEntry</code>.
31    * @param object The Object instance this class is based on. Object must
32    * be instanceof RefObject, Object_1_0 or Path.
33    */

34   public PriceListEntry getPriceListEntry(
35     Object JavaDoc object
36   );
37 // ----------------------------------------------------------------------------
38
// ClassProxy/IntfInstanceCreatorRequiredAttributes
39
// ----------------------------------------------------------------------------
40
/**
41    * Creates an instance of class <code>PriceListEntry</code> based on all
42    * required attributes.
43    * This is a factory operation used to create instance objects of class
44    * <code>PriceListEntry</code>.
45    */

46   public PriceListEntry createPriceListEntry(
47       short accessLevelBrowse
48     , short accessLevelDelete
49     , short accessLevelUpdate
50     , short priceCurrency
51     , org.opencrx.kernel.uom1.cci.Uom uom
52     , String JavaDoc productDescription
53     , String JavaDoc productName
54     , short productType
55   );
56 // ----------------------------------------------------------------------------
57
// ClassProxy/IntfInstanceExtenderRequiredAttributes
58
// ----------------------------------------------------------------------------
59
/**
60    * Creates an instance of class <code>PriceListEntry</code> based on the
61    * superclass <code>SecureObject</code> and all required attributes not
62    * included in this superclass.
63    * This is a factory operation used to create instance objects of class
64    * <code>PriceListEntry</code>.
65    */

66   public PriceListEntry extendSecureObject(
67       org.opencrx.kernel.base.cci.SecureObject _base
68     , short priceCurrency
69     , org.opencrx.kernel.uom1.cci.Uom uom
70     , String JavaDoc productDescription
71     , String JavaDoc productName
72     , short productType
73   );
74 // ----------------------------------------------------------------------------
75
// ClassProxy/IntfInstanceExtenderRequiredAttributes
76
// ----------------------------------------------------------------------------
77
/**
78    * Creates an instance of class <code>PriceListEntry</code> based on the
79    * superclass <code>AbstractProductPrice</code> and all required
80    * attributes not included in this superclass.
81    * This is a factory operation used to create instance objects of class
82    * <code>PriceListEntry</code>.
83    */

84   public PriceListEntry extendAbstractProductPrice(
85       org.opencrx.kernel.product1.cci.AbstractProductPrice _base
86     , short accessLevelBrowse
87     , short accessLevelDelete
88     , short accessLevelUpdate
89     , String JavaDoc productDescription
90     , String JavaDoc productName
91     , short productType
92   );
93 // ----------------------------------------------------------------------------
94
// ClassProxy/IntfInstanceExtenderRequiredAttributes
95
// ----------------------------------------------------------------------------
96
/**
97    * Creates an instance of class <code>PriceListEntry</code> based on the
98    * superclass <code>BasicObject</code> and all required attributes not
99    * included in this superclass.
100    * This is a factory operation used to create instance objects of class
101    * <code>PriceListEntry</code>.
102    */

103   public PriceListEntry extendBasicObject(
104       org.openmdx.base.cci.BasicObject _base
105     , short accessLevelBrowse
106     , short accessLevelDelete
107     , short accessLevelUpdate
108     , short priceCurrency
109     , org.opencrx.kernel.uom1.cci.Uom uom
110     , String JavaDoc productDescription
111     , String JavaDoc productName
112     , short productType
113   );
114 // ----------------------------------------------------------------------------
115
// ClassProxy/IntfInstanceExtenderRequiredAttributes
116
// ----------------------------------------------------------------------------
117
/**
118    * Creates an instance of class <code>PriceListEntry</code> based on the
119    * superclass <code>ContextCapable</code> and all required attributes not
120    * included in this superclass.
121    * This is a factory operation used to create instance objects of class
122    * <code>PriceListEntry</code>.
123    */

124   public PriceListEntry extendContextCapable(
125       org.openmdx.base.cci.ContextCapable _base
126     , short accessLevelBrowse
127     , short accessLevelDelete
128     , short accessLevelUpdate
129     , short priceCurrency
130     , org.opencrx.kernel.uom1.cci.Uom uom
131     , String JavaDoc productDescription
132     , String JavaDoc productName
133     , short productType
134   );
135 // ----------------------------------------------------------------------------
136
// ClassProxy/IntfInstanceExtenderRequiredAttributes
137
// ----------------------------------------------------------------------------
138
/**
139    * Creates an instance of class <code>PriceListEntry</code> based on the
140    * superclass <code>ExtentCapable</code> and all required attributes not
141    * included in this superclass.
142    * This is a factory operation used to create instance objects of class
143    * <code>PriceListEntry</code>.
144    */

145   public PriceListEntry extendExtentCapable(
146       org.openmdx.base.cci.ExtentCapable _base
147     , short accessLevelBrowse
148     , short accessLevelDelete
149     , short accessLevelUpdate
150     , short priceCurrency
151     , org.opencrx.kernel.uom1.cci.Uom uom
152     , String JavaDoc productDescription
153     , String JavaDoc productName
154     , short productType
155   );
156 // ----------------------------------------------------------------------------
157
// ClassProxy/IntfInstanceExtenderRequiredAttributes
158
// ----------------------------------------------------------------------------
159
/**
160    * Creates an instance of class <code>PriceListEntry</code> based on the
161    * superclass <code>ViewCapable</code> and all required attributes not
162    * included in this superclass.
163    * This is a factory operation used to create instance objects of class
164    * <code>PriceListEntry</code>.
165    */

166   public PriceListEntry extendViewCapable(
167       org.openmdx.compatibility.view1.cci.ViewCapable _base
168     , short accessLevelBrowse
169     , short accessLevelDelete
170     , short accessLevelUpdate
171     , short priceCurrency
172     , org.opencrx.kernel.uom1.cci.Uom uom
173     , String JavaDoc productDescription
174     , String JavaDoc productName
175     , short productType
176   );
177 // ----------------------------------------------------------------------------
178
// ClassProxy/IntfEnd.vm
179
// ----------------------------------------------------------------------------
180
}
181
Popular Tags