KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > forecast1 > cci > BudgetClass


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

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

46   public Budget createBudget(
47       short accessLevelBrowse
48     , short accessLevelDelete
49     , short accessLevelUpdate
50     , java.math.BigDecimal JavaDoc actualValue
51     , short budgetType
52     , java.util.Date JavaDoc endingAt
53     , java.util.Date JavaDoc startingFrom
54     , java.math.BigDecimal JavaDoc targetValue
55     , String JavaDoc underlying
56     , boolean disabled
57   );
58 // ----------------------------------------------------------------------------
59
// ClassProxy/IntfInstanceExtenderRequiredAttributes
60
// ----------------------------------------------------------------------------
61
/**
62    * Creates an instance of class <code>Budget</code> based on the
63    * superclass <code>Auditee</code> and all required attributes not
64    * included in this superclass.
65    * This is a factory operation used to create instance objects of class
66    * <code>Budget</code>.
67    */

68   public Budget extendAuditee(
69       org.opencrx.kernel.base.cci.Auditee _base
70     , short accessLevelBrowse
71     , short accessLevelDelete
72     , short accessLevelUpdate
73     , java.math.BigDecimal JavaDoc actualValue
74     , short budgetType
75     , java.util.Date JavaDoc endingAt
76     , java.util.Date JavaDoc startingFrom
77     , java.math.BigDecimal JavaDoc targetValue
78     , String JavaDoc underlying
79     , boolean disabled
80   );
81 // ----------------------------------------------------------------------------
82
// ClassProxy/IntfInstanceExtenderRequiredAttributes
83
// ----------------------------------------------------------------------------
84
/**
85    * Creates an instance of class <code>Budget</code> based on the
86    * superclass <code>Bookmarkable</code> and all required attributes not
87    * included in this superclass.
88    * This is a factory operation used to create instance objects of class
89    * <code>Budget</code>.
90    */

91   public Budget extendBookmarkable(
92       org.opencrx.kernel.base.cci.Bookmarkable _base
93     , short accessLevelBrowse
94     , short accessLevelDelete
95     , short accessLevelUpdate
96     , java.math.BigDecimal JavaDoc actualValue
97     , short budgetType
98     , java.util.Date JavaDoc endingAt
99     , java.util.Date JavaDoc startingFrom
100     , java.math.BigDecimal JavaDoc targetValue
101     , String JavaDoc underlying
102     , boolean disabled
103   );
104 // ----------------------------------------------------------------------------
105
// ClassProxy/IntfInstanceExtenderRequiredAttributes
106
// ----------------------------------------------------------------------------
107
/**
108    * Creates an instance of class <code>Budget</code> based on the
109    * superclass <code>Cloneable</code> and all required attributes not
110    * included in this superclass.
111    * This is a factory operation used to create instance objects of class
112    * <code>Budget</code>.
113    */

114   public Budget extendCloneable(
115       org.opencrx.kernel.base.cci.Cloneable _base
116     , short accessLevelBrowse
117     , short accessLevelDelete
118     , short accessLevelUpdate
119     , java.math.BigDecimal JavaDoc actualValue
120     , short budgetType
121     , java.util.Date JavaDoc endingAt
122     , java.util.Date JavaDoc startingFrom
123     , java.math.BigDecimal JavaDoc targetValue
124     , String JavaDoc underlying
125     , boolean disabled
126   );
127 // ----------------------------------------------------------------------------
128
// ClassProxy/IntfInstanceExtenderRequiredAttributes
129
// ----------------------------------------------------------------------------
130
/**
131    * Creates an instance of class <code>Budget</code> based on the
132    * superclass <code>Importer</code> and all required attributes not
133    * included in this superclass.
134    * This is a factory operation used to create instance objects of class
135    * <code>Budget</code>.
136    */

137   public Budget extendImporter(
138       org.opencrx.kernel.base.cci.Importer _base
139     , short accessLevelBrowse
140     , short accessLevelDelete
141     , short accessLevelUpdate
142     , java.math.BigDecimal JavaDoc actualValue
143     , short budgetType
144     , java.util.Date JavaDoc endingAt
145     , java.util.Date JavaDoc startingFrom
146     , java.math.BigDecimal JavaDoc targetValue
147     , String JavaDoc underlying
148     , boolean disabled
149   );
150 // ----------------------------------------------------------------------------
151
// ClassProxy/IntfInstanceExtenderRequiredAttributes
152
// ----------------------------------------------------------------------------
153
/**
154    * Creates an instance of class <code>Budget</code> based on the
155    * superclass <code>SecureObject</code> and all required attributes not
156    * included in this superclass.
157    * This is a factory operation used to create instance objects of class
158    * <code>Budget</code>.
159    */

160   public Budget extendSecureObject(
161       org.opencrx.kernel.base.cci.SecureObject _base
162     , java.math.BigDecimal JavaDoc actualValue
163     , short budgetType
164     , java.util.Date JavaDoc endingAt
165     , java.util.Date JavaDoc startingFrom
166     , java.math.BigDecimal JavaDoc targetValue
167     , String JavaDoc underlying
168     , boolean disabled
169   );
170 // ----------------------------------------------------------------------------
171
// ClassProxy/IntfInstanceExtenderRequiredAttributes
172
// ----------------------------------------------------------------------------
173
/**
174    * Creates an instance of class <code>Budget</code> based on the
175    * superclass <code>SubscriptionTarget</code> and all required attributes
176    * not included in this superclass.
177    * This is a factory operation used to create instance objects of class
178    * <code>Budget</code>.
179    */

180   public Budget extendSubscriptionTarget(
181       org.opencrx.kernel.base.cci.SubscriptionTarget _base
182     , short accessLevelBrowse
183     , short accessLevelDelete
184     , short accessLevelUpdate
185     , java.math.BigDecimal JavaDoc actualValue
186     , short budgetType
187     , java.util.Date JavaDoc endingAt
188     , java.util.Date JavaDoc startingFrom
189     , java.math.BigDecimal JavaDoc targetValue
190     , String JavaDoc underlying
191     , boolean disabled
192   );
193 // ----------------------------------------------------------------------------
194
// ClassProxy/IntfInstanceExtenderRequiredAttributes
195
// ----------------------------------------------------------------------------
196
/**
197    * Creates an instance of class <code>Budget</code> based on the
198    * superclass <code>XmlExporter</code> and all required attributes not
199    * included in this superclass.
200    * This is a factory operation used to create instance objects of class
201    * <code>Budget</code>.
202    */

203   public Budget extendXmlExporter(
204       org.opencrx.kernel.base.cci.XmlExporter _base
205     , short accessLevelBrowse
206     , short accessLevelDelete
207     , short accessLevelUpdate
208     , java.math.BigDecimal JavaDoc actualValue
209     , short budgetType
210     , java.util.Date JavaDoc endingAt
211     , java.util.Date JavaDoc startingFrom
212     , java.math.BigDecimal JavaDoc targetValue
213     , String JavaDoc underlying
214     , boolean disabled
215   );
216 // ----------------------------------------------------------------------------
217
// ClassProxy/IntfInstanceExtenderRequiredAttributes
218
// ----------------------------------------------------------------------------
219
/**
220    * Creates an instance of class <code>Budget</code> based on the
221    * superclass <code>CrxObject</code> and all required attributes not
222    * included in this superclass.
223    * This is a factory operation used to create instance objects of class
224    * <code>Budget</code>.
225    */

226   public Budget extendCrxObject(
227       org.opencrx.kernel.generic.cci.CrxObject _base
228     , java.math.BigDecimal JavaDoc actualValue
229     , short budgetType
230     , java.util.Date JavaDoc endingAt
231     , java.util.Date JavaDoc startingFrom
232     , java.math.BigDecimal JavaDoc targetValue
233     , String JavaDoc underlying
234   );
235 // ----------------------------------------------------------------------------
236
// ClassProxy/IntfInstanceExtenderRequiredAttributes
237
// ----------------------------------------------------------------------------
238
/**
239    * Creates an instance of class <code>Budget</code> based on the
240    * superclass <code>BasicObject</code> and all required attributes not
241    * included in this superclass.
242    * This is a factory operation used to create instance objects of class
243    * <code>Budget</code>.
244    */

245   public Budget extendBasicObject(
246       org.openmdx.base.cci.BasicObject _base
247     , short accessLevelBrowse
248     , short accessLevelDelete
249     , short accessLevelUpdate
250     , java.math.BigDecimal JavaDoc actualValue
251     , short budgetType
252     , java.util.Date JavaDoc endingAt
253     , java.util.Date JavaDoc startingFrom
254     , java.math.BigDecimal JavaDoc targetValue
255     , String JavaDoc underlying
256     , boolean disabled
257   );
258 // ----------------------------------------------------------------------------
259
// ClassProxy/IntfInstanceExtenderRequiredAttributes
260
// ----------------------------------------------------------------------------
261
/**
262    * Creates an instance of class <code>Budget</code> based on the
263    * superclass <code>ContextCapable</code> and all required attributes not
264    * included in this superclass.
265    * This is a factory operation used to create instance objects of class
266    * <code>Budget</code>.
267    */

268   public Budget extendContextCapable(
269       org.openmdx.base.cci.ContextCapable _base
270     , short accessLevelBrowse
271     , short accessLevelDelete
272     , short accessLevelUpdate
273     , java.math.BigDecimal JavaDoc actualValue
274     , short budgetType
275     , java.util.Date JavaDoc endingAt
276     , java.util.Date JavaDoc startingFrom
277     , java.math.BigDecimal JavaDoc targetValue
278     , String JavaDoc underlying
279     , boolean disabled
280   );
281 // ----------------------------------------------------------------------------
282
// ClassProxy/IntfInstanceExtenderRequiredAttributes
283
// ----------------------------------------------------------------------------
284
/**
285    * Creates an instance of class <code>Budget</code> based on the
286    * superclass <code>ExtentCapable</code> and all required attributes not
287    * included in this superclass.
288    * This is a factory operation used to create instance objects of class
289    * <code>Budget</code>.
290    */

291   public Budget extendExtentCapable(
292       org.openmdx.base.cci.ExtentCapable _base
293     , short accessLevelBrowse
294     , short accessLevelDelete
295     , short accessLevelUpdate
296     , java.math.BigDecimal JavaDoc actualValue
297     , short budgetType
298     , java.util.Date JavaDoc endingAt
299     , java.util.Date JavaDoc startingFrom
300     , java.math.BigDecimal JavaDoc targetValue
301     , String JavaDoc underlying
302     , boolean disabled
303   );
304 // ----------------------------------------------------------------------------
305
// ClassProxy/IntfInstanceExtenderRequiredAttributes
306
// ----------------------------------------------------------------------------
307
/**
308    * Creates an instance of class <code>Budget</code> based on the
309    * superclass <code>ViewCapable</code> and all required attributes not
310    * included in this superclass.
311    * This is a factory operation used to create instance objects of class
312    * <code>Budget</code>.
313    */

314   public Budget extendViewCapable(
315       org.openmdx.compatibility.view1.cci.ViewCapable _base
316     , short accessLevelBrowse
317     , short accessLevelDelete
318     , short accessLevelUpdate
319     , java.math.BigDecimal JavaDoc actualValue
320     , short budgetType
321     , java.util.Date JavaDoc endingAt
322     , java.util.Date JavaDoc startingFrom
323     , java.math.BigDecimal JavaDoc targetValue
324     , String JavaDoc underlying
325     , boolean disabled
326   );
327 // ----------------------------------------------------------------------------
328
// ClassProxy/IntfEnd.vm
329
// ----------------------------------------------------------------------------
330
}
331
Popular Tags