KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > account1 > cci > Competitor


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:54 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.account1.cci;
14
15 public interface Competitor
16   extends
17  org.opencrx.kernel.generic.cci.CrxObject {
18 // ----------------------------------------------------------------------------
19
// Instance/IntfReferenceGet0_1WithQualifier
20
// ----------------------------------------------------------------------------
21
/**
22    * Retrieves the value for the reference <code>account</code> for the
23    * specified qualifier attribute value.
24    * @param index The value for the qualifier attribute that qualifies this reference.
25    * @return The possibly null value for this reference.
26    * @exception JmiException If the value cannot be retrieved for some reason.
27    */

28   public org.opencrx.kernel.account1.cci.Account getAccount(
29     int index
30   );
31
32 // ----------------------------------------------------------------------------
33
// Instance/IntfReferenceGet0_nNoFilter
34
// ----------------------------------------------------------------------------
35
/**
36    * Retrieves the objects referenced by <code>account</code>.
37    * @return The collection of referenced objects.
38    * @exception JmiException If the value cannot be retrieved for some reason.
39    */

40   public java.util.Collection JavaDoc getAccount(
41   );
42
43 // ----------------------------------------------------------------------------
44
// Instance/IntfReferenceAddWithQualifier
45
// ----------------------------------------------------------------------------
46
/**
47    * @param index The qualifier attribute value that qualifies the reference to get the element to be appended.
48    * @param newValue The element to be appended.
49    * @exception JmiException If the value cannot be appended for some reason.
50    */

51   public void addAccount (
52     int index,
53     org.opencrx.kernel.account1.cci.Account newValue
54   );
55
56 // ----------------------------------------------------------------------------
57
// Instance/IntfReferenceAddWithoutQualifier
58
// ----------------------------------------------------------------------------
59
/**
60    * @param newValue The element to be appended.
61    * @exception JmiException If the value cannot be appended for some reason.
62    */

63   public void addAccount (
64     org.opencrx.kernel.account1.cci.Account newValue
65   );
66
67 // ----------------------------------------------------------------------------
68
// Instance/IntfReferenceRemoveWithQualifier
69
// ----------------------------------------------------------------------------
70
/**
71    * @exception JmiException If the value cannot be removed for some reason.
72    */

73   public void removeAccount (
74     int index
75   );
76 // ----------------------------------------------------------------------------
77
// Instance/IntfAttributeGet1_1
78
// ----------------------------------------------------------------------------
79
/**
80    * Retrieves the value for the attribute <code>competitorState</code>.
81    * @return The non-null value for attribute <code>competitorState</code>.
82    * @exception JmiException If the value cannot be retrieved for some reason.
83    */

84   public short getCompetitorState(
85   );
86
87 // ----------------------------------------------------------------------------
88
// Instance/IntfAttributeSet1_1
89
// ----------------------------------------------------------------------------
90
/**
91    * Sets a new value for the attribute <code>competitorState</code>.
92    * @param newValue The non-null new value for attribute <code>competitorState</code>.
93    * @exception JmiException If the value cannot be set for some reason.
94    */

95   public void setCompetitorState(
96     short newValue
97   );
98
99 // ----------------------------------------------------------------------------
100
// Instance/IntfReferenceGet0_1WithQualifier
101
// ----------------------------------------------------------------------------
102
/**
103    * Retrieves the value for the reference <code>contact</code> for the
104    * specified qualifier attribute value.
105    * @param index The value for the qualifier attribute that qualifies this reference.
106    * @return The possibly null value for this reference.
107    * @exception JmiException If the value cannot be retrieved for some reason.
108    */

109   public org.opencrx.kernel.account1.cci.Contact getContact(
110     int index
111   );
112
113 // ----------------------------------------------------------------------------
114
// Instance/IntfReferenceGet0_nNoFilter
115
// ----------------------------------------------------------------------------
116
/**
117    * Retrieves the objects referenced by <code>contact</code>.
118    * @return The collection of referenced objects.
119    * @exception JmiException If the value cannot be retrieved for some reason.
120    */

121   public java.util.Collection JavaDoc getContact(
122   );
123
124 // ----------------------------------------------------------------------------
125
// Instance/IntfReferenceAddWithQualifier
126
// ----------------------------------------------------------------------------
127
/**
128    * @param index The qualifier attribute value that qualifies the reference to get the element to be appended.
129    * @param newValue The element to be appended.
130    * @exception JmiException If the value cannot be appended for some reason.
131    */

132   public void addContact (
133     int index,
134     org.opencrx.kernel.account1.cci.Contact newValue
135   );
136
137 // ----------------------------------------------------------------------------
138
// Instance/IntfReferenceAddWithoutQualifier
139
// ----------------------------------------------------------------------------
140
/**
141    * @param newValue The element to be appended.
142    * @exception JmiException If the value cannot be appended for some reason.
143    */

144   public void addContact (
145     org.opencrx.kernel.account1.cci.Contact newValue
146   );
147
148 // ----------------------------------------------------------------------------
149
// Instance/IntfReferenceRemoveWithQualifier
150
// ----------------------------------------------------------------------------
151
/**
152    * @exception JmiException If the value cannot be removed for some reason.
153    */

154   public void removeContact (
155     int index
156   );
157 // ----------------------------------------------------------------------------
158
// Instance/IntfAttributeGet0_1
159
// ----------------------------------------------------------------------------
160
/**
161    * @return The possibly null value for attribute <code>description</code>.
162    * @exception JmiException If the value cannot be retrieved for some reason.
163    */

164   public String JavaDoc getDescription(
165   );
166
167 // ----------------------------------------------------------------------------
168
// Instance/IntfAttributeSet0_1
169
// ----------------------------------------------------------------------------
170

171
172   /**
173    * Sets a new value for the attribute <code>description</code>.
174    * @param newValue The possibly null new value for attribute <code>description</code>.
175    * @exception JmiException If the value cannot be set for some reason.
176    */

177   public void setDescription(
178     String JavaDoc newValue
179   );
180
181 // ----------------------------------------------------------------------------
182
// Instance/IntfAttributeGet0_1
183
// ----------------------------------------------------------------------------
184
/**
185    * @return The possibly null value for attribute <code>keyProduct</code>.
186    * @exception JmiException If the value cannot be retrieved for some reason.
187    */

188   public String JavaDoc getKeyProduct(
189   );
190
191 // ----------------------------------------------------------------------------
192
// Instance/IntfAttributeSet0_1
193
// ----------------------------------------------------------------------------
194

195
196   /**
197    * Sets a new value for the attribute <code>keyProduct</code>.
198    * @param newValue The possibly null new value for attribute <code>keyProduct</code>.
199    * @exception JmiException If the value cannot be set for some reason.
200    */

201   public void setKeyProduct(
202     String JavaDoc newValue
203   );
204
205 // ----------------------------------------------------------------------------
206
// Instance/IntfAttributeGet1_1
207
// ----------------------------------------------------------------------------
208
/**
209    * Retrieves the value for the attribute <code>name</code>.
210    * @return The non-null value for attribute <code>name</code>.
211    * @exception JmiException If the value cannot be retrieved for some reason.
212    */

213   public String JavaDoc getName(
214   );
215
216 // ----------------------------------------------------------------------------
217
// Instance/IntfAttributeSet1_1
218
// ----------------------------------------------------------------------------
219
/**
220    * Sets a new value for the attribute <code>name</code>.
221    * @param newValue The non-null new value for attribute <code>name</code>.
222    * @exception JmiException If the value cannot be set for some reason.
223    */

224   public void setName(
225     String JavaDoc newValue
226   );
227
228 // ----------------------------------------------------------------------------
229
// Instance/IntfAttributeGet0_1
230
// ----------------------------------------------------------------------------
231
/**
232    * @return The possibly null value for attribute <code>opportunities</code>.
233    * @exception JmiException If the value cannot be retrieved for some reason.
234    */

235   public String JavaDoc getOpportunities(
236   );
237
238 // ----------------------------------------------------------------------------
239
// Instance/IntfAttributeSet0_1
240
// ----------------------------------------------------------------------------
241

242
243   /**
244    * Sets a new value for the attribute <code>opportunities</code>.
245    * @param newValue The possibly null new value for attribute <code>opportunities</code>.
246    * @exception JmiException If the value cannot be set for some reason.
247    */

248   public void setOpportunities(
249     String JavaDoc newValue
250   );
251
252 // ----------------------------------------------------------------------------
253
// Instance/IntfAttributeGet0_1
254
// ----------------------------------------------------------------------------
255
/**
256    * @return The possibly null value for attribute <code>strengths</code>.
257    * @exception JmiException If the value cannot be retrieved for some reason.
258    */

259   public String JavaDoc getStrengths(
260   );
261
262 // ----------------------------------------------------------------------------
263
// Instance/IntfAttributeSet0_1
264
// ----------------------------------------------------------------------------
265

266
267   /**
268    * Sets a new value for the attribute <code>strengths</code>.
269    * @param newValue The possibly null new value for attribute <code>strengths</code>.
270    * @exception JmiException If the value cannot be set for some reason.
271    */

272   public void setStrengths(
273     String JavaDoc newValue
274   );
275
276 // ----------------------------------------------------------------------------
277
// Instance/IntfAttributeGet0_1
278
// ----------------------------------------------------------------------------
279
/**
280    * @return The possibly null value for attribute <code>threats</code>.
281    * @exception JmiException If the value cannot be retrieved for some reason.
282    */

283   public String JavaDoc getThreats(
284   );
285
286 // ----------------------------------------------------------------------------
287
// Instance/IntfAttributeSet0_1
288
// ----------------------------------------------------------------------------
289

290
291   /**
292    * Sets a new value for the attribute <code>threats</code>.
293    * @param newValue The possibly null new value for attribute <code>threats</code>.
294    * @exception JmiException If the value cannot be set for some reason.
295    */

296   public void setThreats(
297     String JavaDoc newValue
298   );
299
300 // ----------------------------------------------------------------------------
301
// Instance/IntfAttributeGet0_1
302
// ----------------------------------------------------------------------------
303
/**
304    * @return The possibly null value for attribute <code>weaknesses</code>.
305    * @exception JmiException If the value cannot be retrieved for some reason.
306    */

307   public String JavaDoc getWeaknesses(
308   );
309
310 // ----------------------------------------------------------------------------
311
// Instance/IntfAttributeSet0_1
312
// ----------------------------------------------------------------------------
313

314
315   /**
316    * Sets a new value for the attribute <code>weaknesses</code>.
317    * @param newValue The possibly null new value for attribute <code>weaknesses</code>.
318    * @exception JmiException If the value cannot be set for some reason.
319    */

320   public void setWeaknesses(
321     String JavaDoc newValue
322   );
323
324 // ----------------------------------------------------------------------------
325
// Instance/IntfAttributeGet0_1
326
// ----------------------------------------------------------------------------
327
/**
328    * @return The possibly null value for attribute <code>winPercentage</code>.
329    * @exception JmiException If the value cannot be retrieved for some reason.
330    */

331   public java.math.BigDecimal JavaDoc getWinPercentage(
332   );
333
334 // ----------------------------------------------------------------------------
335
// Instance/IntfAttributeSet0_1
336
// ----------------------------------------------------------------------------
337

338
339   /**
340    * Sets a new value for the attribute <code>winPercentage</code>.
341    * @param newValue The possibly null new value for attribute <code>winPercentage</code>.
342    * @exception JmiException If the value cannot be set for some reason.
343    */

344   public void setWinPercentage(
345     java.math.BigDecimal JavaDoc newValue
346   );
347
348 // ----------------------------------------------------------------------------
349
// Instance/IntfEnd.vm
350
// ----------------------------------------------------------------------------
351
}
352
Popular Tags