KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > uom1 > cci > UomClass


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

23   public Uom createUom(
24   );
25
26   /**
27    * Creates an instance of class <code>Uom</code> based on the specified
28    * Object instance.
29    * This is a factory operation used to create instance objects of class
30    * <code>Uom</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 Uom getUom(
35     Object JavaDoc object
36   );
37 // ----------------------------------------------------------------------------
38
// ClassProxy/IntfInstanceCreatorRequiredAttributes
39
// ----------------------------------------------------------------------------
40
/**
41    * Creates an instance of class <code>Uom</code> based on all required
42    * attributes.
43    * This is a factory operation used to create instance objects of class
44    * <code>Uom</code>.
45    */

46   public Uom createUom(
47       short accessLevelBrowse
48     , short accessLevelDelete
49     , short accessLevelUpdate
50     , boolean isScheduleBaseUom
51     , String JavaDoc name
52     , java.math.BigDecimal JavaDoc quantity
53     , org.opencrx.kernel.uom1.cci.UomSchedule uomSchedule
54   );
55 // ----------------------------------------------------------------------------
56
// ClassProxy/IntfInstanceExtenderRequiredAttributes
57
// ----------------------------------------------------------------------------
58
/**
59    * Creates an instance of class <code>Uom</code> based on the superclass
60    * <code>Importer</code> and all required attributes not included in this
61    * superclass.
62    * This is a factory operation used to create instance objects of class
63    * <code>Uom</code>.
64    */

65   public Uom extendImporter(
66       org.opencrx.kernel.base.cci.Importer _base
67     , short accessLevelBrowse
68     , short accessLevelDelete
69     , short accessLevelUpdate
70     , boolean isScheduleBaseUom
71     , String JavaDoc name
72     , java.math.BigDecimal JavaDoc quantity
73     , org.opencrx.kernel.uom1.cci.UomSchedule uomSchedule
74   );
75 // ----------------------------------------------------------------------------
76
// ClassProxy/IntfInstanceExtenderRequiredAttributes
77
// ----------------------------------------------------------------------------
78
/**
79    * Creates an instance of class <code>Uom</code> based on the superclass
80    * <code>SecureObject</code> and all required attributes not included in
81    * this superclass.
82    * This is a factory operation used to create instance objects of class
83    * <code>Uom</code>.
84    */

85   public Uom extendSecureObject(
86       org.opencrx.kernel.base.cci.SecureObject _base
87     , boolean isScheduleBaseUom
88     , String JavaDoc name
89     , java.math.BigDecimal JavaDoc quantity
90     , org.opencrx.kernel.uom1.cci.UomSchedule uomSchedule
91   );
92 // ----------------------------------------------------------------------------
93
// ClassProxy/IntfInstanceExtenderRequiredAttributes
94
// ----------------------------------------------------------------------------
95
/**
96    * Creates an instance of class <code>Uom</code> based on the superclass
97    * <code>XmlExporter</code> and all required attributes not included in
98    * this superclass.
99    * This is a factory operation used to create instance objects of class
100    * <code>Uom</code>.
101    */

102   public Uom extendXmlExporter(
103       org.opencrx.kernel.base.cci.XmlExporter _base
104     , short accessLevelBrowse
105     , short accessLevelDelete
106     , short accessLevelUpdate
107     , boolean isScheduleBaseUom
108     , String JavaDoc name
109     , java.math.BigDecimal JavaDoc quantity
110     , org.opencrx.kernel.uom1.cci.UomSchedule uomSchedule
111   );
112 // ----------------------------------------------------------------------------
113
// ClassProxy/IntfInstanceExtenderRequiredAttributes
114
// ----------------------------------------------------------------------------
115
/**
116    * Creates an instance of class <code>Uom</code> based on the superclass
117    * <code>DescriptionContainer</code> and all required attributes not
118    * included in this superclass.
119    * This is a factory operation used to create instance objects of class
120    * <code>Uom</code>.
121    */

122   public Uom extendDescriptionContainer(
123       org.opencrx.kernel.generic.cci.DescriptionContainer _base
124     , short accessLevelBrowse
125     , short accessLevelDelete
126     , short accessLevelUpdate
127     , boolean isScheduleBaseUom
128     , String JavaDoc name
129     , java.math.BigDecimal JavaDoc quantity
130     , org.opencrx.kernel.uom1.cci.UomSchedule uomSchedule
131   );
132 // ----------------------------------------------------------------------------
133
// ClassProxy/IntfInstanceExtenderRequiredAttributes
134
// ----------------------------------------------------------------------------
135
/**
136    * Creates an instance of class <code>Uom</code> based on the superclass
137    * <code>BasicObject</code> and all required attributes not included in
138    * this superclass.
139    * This is a factory operation used to create instance objects of class
140    * <code>Uom</code>.
141    */

142   public Uom extendBasicObject(
143       org.openmdx.base.cci.BasicObject _base
144     , short accessLevelBrowse
145     , short accessLevelDelete
146     , short accessLevelUpdate
147     , boolean isScheduleBaseUom
148     , String JavaDoc name
149     , java.math.BigDecimal JavaDoc quantity
150     , org.opencrx.kernel.uom1.cci.UomSchedule uomSchedule
151   );
152 // ----------------------------------------------------------------------------
153
// ClassProxy/IntfInstanceExtenderRequiredAttributes
154
// ----------------------------------------------------------------------------
155
/**
156    * Creates an instance of class <code>Uom</code> based on the superclass
157    * <code>ContextCapable</code> and all required attributes not included in
158    * this superclass.
159    * This is a factory operation used to create instance objects of class
160    * <code>Uom</code>.
161    */

162   public Uom extendContextCapable(
163       org.openmdx.base.cci.ContextCapable _base
164     , short accessLevelBrowse
165     , short accessLevelDelete
166     , short accessLevelUpdate
167     , boolean isScheduleBaseUom
168     , String JavaDoc name
169     , java.math.BigDecimal JavaDoc quantity
170     , org.opencrx.kernel.uom1.cci.UomSchedule uomSchedule
171   );
172 // ----------------------------------------------------------------------------
173
// ClassProxy/IntfInstanceExtenderRequiredAttributes
174
// ----------------------------------------------------------------------------
175
/**
176    * Creates an instance of class <code>Uom</code> based on the superclass
177    * <code>ExtentCapable</code> and all required attributes not included in
178    * this superclass.
179    * This is a factory operation used to create instance objects of class
180    * <code>Uom</code>.
181    */

182   public Uom extendExtentCapable(
183       org.openmdx.base.cci.ExtentCapable _base
184     , short accessLevelBrowse
185     , short accessLevelDelete
186     , short accessLevelUpdate
187     , boolean isScheduleBaseUom
188     , String JavaDoc name
189     , java.math.BigDecimal JavaDoc quantity
190     , org.opencrx.kernel.uom1.cci.UomSchedule uomSchedule
191   );
192 // ----------------------------------------------------------------------------
193
// ClassProxy/IntfInstanceExtenderRequiredAttributes
194
// ----------------------------------------------------------------------------
195
/**
196    * Creates an instance of class <code>Uom</code> based on the superclass
197    * <code>ViewCapable</code> and all required attributes not included in
198    * this superclass.
199    * This is a factory operation used to create instance objects of class
200    * <code>Uom</code>.
201    */

202   public Uom extendViewCapable(
203       org.openmdx.compatibility.view1.cci.ViewCapable _base
204     , short accessLevelBrowse
205     , short accessLevelDelete
206     , short accessLevelUpdate
207     , boolean isScheduleBaseUom
208     , String JavaDoc name
209     , java.math.BigDecimal JavaDoc quantity
210     , org.opencrx.kernel.uom1.cci.UomSchedule uomSchedule
211   );
212 // ----------------------------------------------------------------------------
213
// ClassProxy/IntfEnd.vm
214
// ----------------------------------------------------------------------------
215
}
216
Popular Tags