KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > depot1 > cci > DepotReportItemDebitClass


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

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

46   public DepotReportItemDebit createDepotReportItemDebit(
47       short accessLevelBrowse
48     , short accessLevelDelete
49     , short accessLevelUpdate
50     , String JavaDoc positionName
51     , java.util.Date JavaDoc valueDate
52     , java.math.BigDecimal JavaDoc balance
53     , java.math.BigDecimal JavaDoc balanceCredit
54     , java.math.BigDecimal JavaDoc balanceDebit
55     , java.util.Date JavaDoc bookingDate
56     , java.math.BigDecimal JavaDoc quantityDebit
57   );
58 // ----------------------------------------------------------------------------
59
// ClassProxy/IntfInstanceExtenderRequiredAttributes
60
// ----------------------------------------------------------------------------
61
/**
62    * Creates an instance of class <code>DepotReportItemDebit</code> based on
63    * the superclass <code>SecureObject</code> and all required attributes
64    * not included in this superclass.
65    * This is a factory operation used to create instance objects of class
66    * <code>DepotReportItemDebit</code>.
67    */

68   public DepotReportItemDebit extendSecureObject(
69       org.opencrx.kernel.base.cci.SecureObject _base
70     , String JavaDoc positionName
71     , java.util.Date JavaDoc valueDate
72     , java.math.BigDecimal JavaDoc balance
73     , java.math.BigDecimal JavaDoc balanceCredit
74     , java.math.BigDecimal JavaDoc balanceDebit
75     , java.util.Date JavaDoc bookingDate
76     , java.math.BigDecimal JavaDoc quantityDebit
77   );
78 // ----------------------------------------------------------------------------
79
// ClassProxy/IntfInstanceExtenderRequiredAttributes
80
// ----------------------------------------------------------------------------
81
/**
82    * Creates an instance of class <code>DepotReportItemDebit</code> based on
83    * the superclass <code>DepotReportItem</code> and all required attributes
84    * not included in this superclass.
85    * This is a factory operation used to create instance objects of class
86    * <code>DepotReportItemDebit</code>.
87    */

88   public DepotReportItemDebit extendDepotReportItem(
89       org.opencrx.kernel.depot1.cci.DepotReportItem _base
90     , java.math.BigDecimal JavaDoc balance
91     , java.math.BigDecimal JavaDoc balanceCredit
92     , java.math.BigDecimal JavaDoc balanceDebit
93     , java.util.Date JavaDoc bookingDate
94     , java.math.BigDecimal JavaDoc quantityDebit
95   );
96 // ----------------------------------------------------------------------------
97
// ClassProxy/IntfInstanceExtenderRequiredAttributes
98
// ----------------------------------------------------------------------------
99
/**
100    * Creates an instance of class <code>DepotReportItemDebit</code> based on
101    * the superclass <code>DepotReportItemBooking</code> and all required
102    * attributes not included in this superclass.
103    * This is a factory operation used to create instance objects of class
104    * <code>DepotReportItemDebit</code>.
105    */

106   public DepotReportItemDebit extendDepotReportItemBooking(
107       org.opencrx.kernel.depot1.cci.DepotReportItemBooking _base
108     , java.math.BigDecimal JavaDoc quantityDebit
109   );
110 // ----------------------------------------------------------------------------
111
// ClassProxy/IntfInstanceExtenderRequiredAttributes
112
// ----------------------------------------------------------------------------
113
/**
114    * Creates an instance of class <code>DepotReportItemDebit</code> based on
115    * the superclass <code>BasicObject</code> and all required attributes not
116    * included in this superclass.
117    * This is a factory operation used to create instance objects of class
118    * <code>DepotReportItemDebit</code>.
119    */

120   public DepotReportItemDebit extendBasicObject(
121       org.openmdx.base.cci.BasicObject _base
122     , short accessLevelBrowse
123     , short accessLevelDelete
124     , short accessLevelUpdate
125     , String JavaDoc positionName
126     , java.util.Date JavaDoc valueDate
127     , java.math.BigDecimal JavaDoc balance
128     , java.math.BigDecimal JavaDoc balanceCredit
129     , java.math.BigDecimal JavaDoc balanceDebit
130     , java.util.Date JavaDoc bookingDate
131     , java.math.BigDecimal JavaDoc quantityDebit
132   );
133 // ----------------------------------------------------------------------------
134
// ClassProxy/IntfInstanceExtenderRequiredAttributes
135
// ----------------------------------------------------------------------------
136
/**
137    * Creates an instance of class <code>DepotReportItemDebit</code> based on
138    * the superclass <code>ContextCapable</code> and all required attributes
139    * not included in this superclass.
140    * This is a factory operation used to create instance objects of class
141    * <code>DepotReportItemDebit</code>.
142    */

143   public DepotReportItemDebit extendContextCapable(
144       org.openmdx.base.cci.ContextCapable _base
145     , short accessLevelBrowse
146     , short accessLevelDelete
147     , short accessLevelUpdate
148     , String JavaDoc positionName
149     , java.util.Date JavaDoc valueDate
150     , java.math.BigDecimal JavaDoc balance
151     , java.math.BigDecimal JavaDoc balanceCredit
152     , java.math.BigDecimal JavaDoc balanceDebit
153     , java.util.Date JavaDoc bookingDate
154     , java.math.BigDecimal JavaDoc quantityDebit
155   );
156 // ----------------------------------------------------------------------------
157
// ClassProxy/IntfInstanceExtenderRequiredAttributes
158
// ----------------------------------------------------------------------------
159
/**
160    * Creates an instance of class <code>DepotReportItemDebit</code> based on
161    * the superclass <code>ExtentCapable</code> and all required attributes
162    * not included in this superclass.
163    * This is a factory operation used to create instance objects of class
164    * <code>DepotReportItemDebit</code>.
165    */

166   public DepotReportItemDebit extendExtentCapable(
167       org.openmdx.base.cci.ExtentCapable _base
168     , short accessLevelBrowse
169     , short accessLevelDelete
170     , short accessLevelUpdate
171     , String JavaDoc positionName
172     , java.util.Date JavaDoc valueDate
173     , java.math.BigDecimal JavaDoc balance
174     , java.math.BigDecimal JavaDoc balanceCredit
175     , java.math.BigDecimal JavaDoc balanceDebit
176     , java.util.Date JavaDoc bookingDate
177     , java.math.BigDecimal JavaDoc quantityDebit
178   );
179 // ----------------------------------------------------------------------------
180
// ClassProxy/IntfInstanceExtenderRequiredAttributes
181
// ----------------------------------------------------------------------------
182
/**
183    * Creates an instance of class <code>DepotReportItemDebit</code> based on
184    * the superclass <code>ViewCapable</code> and all required attributes not
185    * included in this superclass.
186    * This is a factory operation used to create instance objects of class
187    * <code>DepotReportItemDebit</code>.
188    */

189   public DepotReportItemDebit extendViewCapable(
190       org.openmdx.compatibility.view1.cci.ViewCapable _base
191     , short accessLevelBrowse
192     , short accessLevelDelete
193     , short accessLevelUpdate
194     , String JavaDoc positionName
195     , java.util.Date JavaDoc valueDate
196     , java.math.BigDecimal JavaDoc balance
197     , java.math.BigDecimal JavaDoc balanceCredit
198     , java.math.BigDecimal JavaDoc balanceDebit
199     , java.util.Date JavaDoc bookingDate
200     , java.math.BigDecimal JavaDoc quantityDebit
201   );
202 // ----------------------------------------------------------------------------
203
// ClassProxy/IntfEnd.vm
204
// ----------------------------------------------------------------------------
205
}
206
Popular Tags