KickJava   Java API By Example, From Geeks To Geeks.

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


1 // ----------------------------------------------------------------------------
2
// Instance/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 ContractPositionConstrained
16   extends org.openmdx.base.accessor.jmi.cci.RefObject_1_0
17  {
18 // ----------------------------------------------------------------------------
19
// Instance/IntfAttributeGet0_1
20
// ----------------------------------------------------------------------------
21
/**
22    * @return The possibly null value for attribute <code>allowModification</code>.
23    * @exception JmiException If the value cannot be retrieved for some reason.
24    */

25   public Boolean JavaDoc isAllowModification(
26   );
27
28 // ----------------------------------------------------------------------------
29
// Instance/IntfAttributeSet0_1
30
// ----------------------------------------------------------------------------
31

32
33   /**
34    * Sets a new value for the attribute <code>allowModification</code>.
35    * @param newValue The possibly null new value for attribute <code>allowModification</code>.
36    * @exception JmiException If the value cannot be set for some reason.
37    */

38   public void setAllowModification(
39     Boolean JavaDoc newValue
40   );
41
42 // ----------------------------------------------------------------------------
43
// Instance/IntfAttributeGet0_1
44
// ----------------------------------------------------------------------------
45
/**
46    * @return The possibly null value for attribute <code>allowRemoval</code>.
47    * @exception JmiException If the value cannot be retrieved for some reason.
48    */

49   public Boolean JavaDoc isAllowRemoval(
50   );
51
52 // ----------------------------------------------------------------------------
53
// Instance/IntfAttributeSet0_1
54
// ----------------------------------------------------------------------------
55

56
57   /**
58    * Sets a new value for the attribute <code>allowRemoval</code>.
59    * @param newValue The possibly null new value for attribute <code>allowRemoval</code>.
60    * @exception JmiException If the value cannot be set for some reason.
61    */

62   public void setAllowRemoval(
63     Boolean JavaDoc newValue
64   );
65
66 // ----------------------------------------------------------------------------
67
// Instance/IntfAttributeGet0_1
68
// ----------------------------------------------------------------------------
69
/**
70    * @return The possibly null value for attribute <code>defaultPositions</code>.
71    * @exception JmiException If the value cannot be retrieved for some reason.
72    */

73   public Integer JavaDoc getDefaultPositions(
74   );
75
76 // ----------------------------------------------------------------------------
77
// Instance/IntfAttributeSet0_1
78
// ----------------------------------------------------------------------------
79

80
81   /**
82    * Sets a new value for the attribute <code>defaultPositions</code>.
83    * @param newValue The possibly null new value for attribute <code>defaultPositions</code>.
84    * @exception JmiException If the value cannot be set for some reason.
85    */

86   public void setDefaultPositions(
87     Integer JavaDoc newValue
88   );
89
90 // ----------------------------------------------------------------------------
91
// Instance/IntfAttributeGet0_1
92
// ----------------------------------------------------------------------------
93
/**
94    * @return The possibly null value for attribute <code>defaultQuantity</code>.
95    * @exception JmiException If the value cannot be retrieved for some reason.
96    */

97   public java.math.BigDecimal JavaDoc getDefaultQuantity(
98   );
99
100 // ----------------------------------------------------------------------------
101
// Instance/IntfAttributeSet0_1
102
// ----------------------------------------------------------------------------
103

104
105   /**
106    * Sets a new value for the attribute <code>defaultQuantity</code>.
107    * @param newValue The possibly null new value for attribute <code>defaultQuantity</code>.
108    * @exception JmiException If the value cannot be set for some reason.
109    */

110   public void setDefaultQuantity(
111     java.math.BigDecimal JavaDoc newValue
112   );
113
114 // ----------------------------------------------------------------------------
115
// Instance/IntfAttributeGet1_1
116
// ----------------------------------------------------------------------------
117
/**
118    * Retrieves the value for the attribute <code>itemNumber</code>.
119    * @return The non-null value for attribute <code>itemNumber</code>.
120    * @exception JmiException If the value cannot be retrieved for some reason.
121    */

122   public int getItemNumber(
123   );
124
125 // ----------------------------------------------------------------------------
126
// Instance/IntfAttributeSet1_1
127
// ----------------------------------------------------------------------------
128
/**
129    * Sets a new value for the attribute <code>itemNumber</code>.
130    * @param newValue The non-null new value for attribute <code>itemNumber</code>.
131    * @exception JmiException If the value cannot be set for some reason.
132    */

133   public void setItemNumber(
134     int newValue
135   );
136
137 // ----------------------------------------------------------------------------
138
// Instance/IntfAttributeGet0_1
139
// ----------------------------------------------------------------------------
140
/**
141    * @return The possibly null value for attribute <code>maxPositions</code>.
142    * @exception JmiException If the value cannot be retrieved for some reason.
143    */

144   public Integer JavaDoc getMaxPositions(
145   );
146
147 // ----------------------------------------------------------------------------
148
// Instance/IntfAttributeSet0_1
149
// ----------------------------------------------------------------------------
150

151
152   /**
153    * Sets a new value for the attribute <code>maxPositions</code>.
154    * @param newValue The possibly null new value for attribute <code>maxPositions</code>.
155    * @exception JmiException If the value cannot be set for some reason.
156    */

157   public void setMaxPositions(
158     Integer JavaDoc newValue
159   );
160
161 // ----------------------------------------------------------------------------
162
// Instance/IntfAttributeGet0_1
163
// ----------------------------------------------------------------------------
164
/**
165    * @return The possibly null value for attribute <code>maxQuantity</code>.
166    * @exception JmiException If the value cannot be retrieved for some reason.
167    */

168   public java.math.BigDecimal JavaDoc getMaxQuantity(
169   );
170
171 // ----------------------------------------------------------------------------
172
// Instance/IntfAttributeSet0_1
173
// ----------------------------------------------------------------------------
174

175
176   /**
177    * Sets a new value for the attribute <code>maxQuantity</code>.
178    * @param newValue The possibly null new value for attribute <code>maxQuantity</code>.
179    * @exception JmiException If the value cannot be set for some reason.
180    */

181   public void setMaxQuantity(
182     java.math.BigDecimal JavaDoc newValue
183   );
184
185 // ----------------------------------------------------------------------------
186
// Instance/IntfAttributeGet1_1
187
// ----------------------------------------------------------------------------
188
/**
189    * Retrieves the value for the attribute <code>minMaxQuantityHandling</code>.
190    * @return The non-null value for attribute <code>minMaxQuantityHandling</code>.
191    * @exception JmiException If the value cannot be retrieved for some reason.
192    */

193   public short getMinMaxQuantityHandling(
194   );
195
196 // ----------------------------------------------------------------------------
197
// Instance/IntfAttributeSet1_1
198
// ----------------------------------------------------------------------------
199
/**
200    * Sets a new value for the attribute <code>minMaxQuantityHandling</code>.
201    * @param newValue The non-null new value for attribute <code>minMaxQuantityHandling</code>.
202    * @exception JmiException If the value cannot be set for some reason.
203    */

204   public void setMinMaxQuantityHandling(
205     short newValue
206   );
207
208 // ----------------------------------------------------------------------------
209
// Instance/IntfAttributeGet0_1
210
// ----------------------------------------------------------------------------
211
/**
212    * @return The possibly null value for attribute <code>minPositions</code>.
213    * @exception JmiException If the value cannot be retrieved for some reason.
214    */

215   public Integer JavaDoc getMinPositions(
216   );
217
218 // ----------------------------------------------------------------------------
219
// Instance/IntfAttributeSet0_1
220
// ----------------------------------------------------------------------------
221

222
223   /**
224    * Sets a new value for the attribute <code>minPositions</code>.
225    * @param newValue The possibly null new value for attribute <code>minPositions</code>.
226    * @exception JmiException If the value cannot be set for some reason.
227    */

228   public void setMinPositions(
229     Integer JavaDoc newValue
230   );
231
232 // ----------------------------------------------------------------------------
233
// Instance/IntfAttributeGet0_1
234
// ----------------------------------------------------------------------------
235
/**
236    * @return The possibly null value for attribute <code>minQuantity</code>.
237    * @exception JmiException If the value cannot be retrieved for some reason.
238    */

239   public java.math.BigDecimal JavaDoc getMinQuantity(
240   );
241
242 // ----------------------------------------------------------------------------
243
// Instance/IntfAttributeSet0_1
244
// ----------------------------------------------------------------------------
245

246
247   /**
248    * Sets a new value for the attribute <code>minQuantity</code>.
249    * @param newValue The possibly null new value for attribute <code>minQuantity</code>.
250    * @exception JmiException If the value cannot be set for some reason.
251    */

252   public void setMinQuantity(
253     java.math.BigDecimal JavaDoc newValue
254   );
255
256 // ----------------------------------------------------------------------------
257
// Instance/IntfAttributeGet0_1
258
// ----------------------------------------------------------------------------
259
/**
260    * @return The possibly null value for attribute <code>offsetQuantity</code>.
261    * @exception JmiException If the value cannot be retrieved for some reason.
262    */

263   public java.math.BigDecimal JavaDoc getOffsetQuantity(
264   );
265
266 // ----------------------------------------------------------------------------
267
// Instance/IntfAttributeSet0_1
268
// ----------------------------------------------------------------------------
269

270
271   /**
272    * Sets a new value for the attribute <code>offsetQuantity</code>.
273    * @param newValue The possibly null new value for attribute <code>offsetQuantity</code>.
274    * @exception JmiException If the value cannot be set for some reason.
275    */

276   public void setOffsetQuantity(
277     java.math.BigDecimal JavaDoc newValue
278   );
279
280 // ----------------------------------------------------------------------------
281
// Instance/IntfEnd.vm
282
// ----------------------------------------------------------------------------
283
}
284
Popular Tags