KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > jorm > runtime > namedef > AllTypesAccessor


1 /**
2  * JORM: an implementation of a generic mapping system for persistent Java
3  * objects. Two mapping are supported: to RDBMS and to binary files.
4  * Copyright (C) 2001-2003 France Telecom R&D - INRIA
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19  *
20  * Contact: jorm-team@objectweb.org
21  *
22  */

23
24 package org.objectweb.jorm.runtime.namedef;
25
26 import org.objectweb.jorm.pobject.compositename.ACompositeAllTypesIdAccessor;
27 import org.objectweb.jorm.pobject.compositename.CompositeAllTypesIdPNG;
28 import org.objectweb.jorm.api.PException;
29 import org.objectweb.jorm.naming.api.PName;
30
31 import java.util.Date JavaDoc;
32
33 /**
34  *
35  * @author S.Chassande-Barrioz
36  */

37 public class AllTypesAccessor implements ACompositeAllTypesIdAccessor {
38
39     public int f1 = 1;
40
41     public byte byte1Name = -1;
42     public byte byte2Name = -1;
43     public char char1Name = '0';
44     public char char2Name = '0';
45     public short short1Name = -1;
46     public short short2Name = -1;
47     public int int1Name = -1;
48     public int int2Name = -1;
49     public long long1Name = -1;
50     public long long2Name = -1;
51     public Byte JavaDoc oByte1Name = null;
52     public Byte JavaDoc oByte2Name = null;
53     public Character JavaDoc oChar1Name = null;
54     public Character JavaDoc oChar2Name = null;
55     public Short JavaDoc oShort1Name = null;
56     public Short JavaDoc oShort2Name = null;
57     public Integer JavaDoc oInt1Name = null;
58     public Integer JavaDoc oInt2Name = null;
59     public Long JavaDoc oLong1Name = null;
60     public Long JavaDoc oLong2Name = null;
61     public String JavaDoc string1Name = null;
62     public String JavaDoc string2Name = null;
63     public Date JavaDoc date1Name = null;
64     public Date JavaDoc date2Name = null;
65     public byte[] bytearray1Name = null;
66     public byte[] bytearray2Name = null;
67     public char[] chararray1Name = null;
68     public char[] chararray2Name = null;
69     public byte byte1Myself1 = -1;
70     public byte byte2Myself1 = -1;
71     public char char1Myself1 = '0';
72     public char char2Myself1 = '0';
73     public short short1Myself1 = -1;
74     public short short2Myself1 = -1;
75     public int int1Myself1 = -1;
76     public int int2Myself1 = -1;
77     public long long1Myself1 = -1;
78     public long long2Myself1 = -1;
79     public Byte JavaDoc oByte1Myself1 = null;
80     public Byte JavaDoc oByte2Myself1 = null;
81     public Character JavaDoc oChar1Myself1 = null;
82     public Character JavaDoc oChar2Myself1 = null;
83     public Short JavaDoc oShort1Myself1 = null;
84     public Short JavaDoc oShort2Myself1 = null;
85     public Integer JavaDoc oInt1Myself1 = null;
86     public Integer JavaDoc oInt2Myself1 = null;
87     public Long JavaDoc oLong1Myself1 = null;
88     public Long JavaDoc oLong2Myself1 = null;
89     public String JavaDoc string1Myself1 = null;
90     public String JavaDoc string2Myself1 = null;
91     public Date JavaDoc date1Myself1 = null;
92     public Date JavaDoc date2Myself1 = null;
93     public byte[] bytearray1Myself1 = null;
94     public byte[] bytearray2Myself1 = null;
95     public char[] chararray1Myself1 = null;
96     public char[] chararray2Myself1 = null;
97
98     public byte byte1Myself2 = -1;
99     public byte byte2Myself2 = -1;
100     public char char1Myself2 = '0';
101     public char char2Myself2 = '0';
102     public short short1Myself2 = -1;
103     public short short2Myself2 = -1;
104     public int int1Myself2 = -1;
105     public int int2Myself2 = -1;
106     public long long1Myself2 = -1;
107     public long long2Myself2 = -1;
108     public Byte JavaDoc oByte1Myself2 = null;
109     public Byte JavaDoc oByte2Myself2 = null;
110     public Character JavaDoc oChar1Myself2 = null;
111     public Character JavaDoc oChar2Myself2 = null;
112     public Short JavaDoc oShort1Myself2 = null;
113     public Short JavaDoc oShort2Myself2 = null;
114     public Integer JavaDoc oInt1Myself2 = null;
115     public Integer JavaDoc oInt2Myself2 = null;
116     public Long JavaDoc oLong1Myself2 = null;
117     public Long JavaDoc oLong2Myself2 = null;
118     public String JavaDoc string1Myself2 = null;
119     public String JavaDoc string2Myself2 = null;
120     public Date JavaDoc date1Myself2 = null;
121     public Date JavaDoc date2Myself2 = null;
122     public byte[] bytearray1Myself2 = null;
123     public byte[] bytearray2Myself2 = null;
124     public char[] chararray1Myself2 = null;
125     public char[] chararray2Myself2 = null;
126
127     public PName myself1 = null;
128     public PName myself2 = null;
129
130
131     public void setNameValues(PName pn) throws PException {
132         CompositeAllTypesIdPNG png =
133                 (CompositeAllTypesIdPNG) pn.encodeAbstract();
134         byte1Name = png.pnGetByteF1(null);
135         byte2Name = png.pnGetByteF2(null);
136         char1Name = png.pnGetCharF1(null);
137         char2Name = png.pnGetCharF2(null);
138         short1Name = png.pnGetShortF1(null);
139         short2Name = png.pnGetShortF2(null);
140         int1Name = png.pnGetIntF1(null);
141         int2Name = png.pnGetIntF2(null);
142         long1Name = png.pnGetLongF1(null);
143         long2Name = png.pnGetLongF2(null);
144         oByte1Name = png.pnGetOByteF1(null);
145         oByte2Name = png.pnGetOByteF2(null);
146         oChar1Name = png.pnGetOCharF1(null);
147         oChar2Name = png.pnGetOCharF2(null);
148         oShort1Name = png.pnGetOShortF1(null);
149         oShort2Name = png.pnGetOShortF2(null);
150         oInt1Name = png.pnGetOIntF1(null);
151         oInt2Name = png.pnGetOIntF2(null);
152         oLong1Name = png.pnGetOLongF1(null);
153         oLong2Name = png.pnGetOLongF2(null);
154         string1Name = png.pnGetStringF1(null);
155         string2Name = png.pnGetStringF2(null);
156         date1Name = png.pnGetDateF1(null);
157         date2Name = png.pnGetDateF2(null);
158         bytearray1Name = png.pnGetByteArrayF1(null);
159         bytearray2Name = png.pnGetByteArrayF2(null);
160         chararray1Name = png.pnGetCharArrayF1(null);
161         chararray2Name = png.pnGetCharArrayF2(null);
162     }
163
164     public void setMyself1(PName pn) throws PException {
165         CompositeAllTypesIdPNG png =
166                 (CompositeAllTypesIdPNG) pn.encodeAbstract();
167         myself1 = pn;
168         byte1Myself1 = png.pnGetByteF1(null);
169         byte2Myself1 = png.pnGetByteF2(null);
170         char1Myself1 = png.pnGetCharF1(null);
171         char2Myself1 = png.pnGetCharF2(null);
172         short1Myself1 = png.pnGetShortF1(null);
173         short2Myself1 = png.pnGetShortF2(null);
174         int1Myself1 = png.pnGetIntF1(null);
175         int2Myself1 = png.pnGetIntF2(null);
176         long1Myself1 = png.pnGetLongF1(null);
177         long2Myself1 = png.pnGetLongF2(null);
178         oByte1Myself1 = png.pnGetOByteF1(null);
179         oByte2Myself1 = png.pnGetOByteF2(null);
180         oChar1Myself1 = png.pnGetOCharF1(null);
181         oChar2Myself1 = png.pnGetOCharF2(null);
182         oShort1Myself1 = png.pnGetOShortF1(null);
183         oShort2Myself1 = png.pnGetOShortF2(null);
184         oInt1Myself1 = png.pnGetOIntF1(null);
185         oInt2Myself1 = png.pnGetOIntF2(null);
186         oLong1Myself1 = png.pnGetOLongF1(null);
187         oLong2Myself1 = png.pnGetOLongF2(null);
188         string1Myself1 = png.pnGetStringF1(null);
189         string2Myself1 = png.pnGetStringF2(null);
190         date1Myself1 = png.pnGetDateF1(null);
191         date2Myself1 = png.pnGetDateF2(null);
192         bytearray1Myself1 = png.pnGetByteArrayF1(null);
193         bytearray2Myself1 = png.pnGetByteArrayF2(null);
194         chararray1Myself1 = png.pnGetCharArrayF1(null);
195         chararray2Myself1 = png.pnGetCharArrayF2(null);
196     }
197
198     public void setMyself2(PName pn) throws PException {
199         CompositeAllTypesIdPNG png =
200                 (CompositeAllTypesIdPNG) pn.encodeAbstract();
201         myself2 = pn;
202         byte1Myself2 = png.pnGetByteF1(null);
203         byte2Myself2 = png.pnGetByteF2(null);
204         char1Myself2 = png.pnGetCharF1(null);
205         char2Myself2 = png.pnGetCharF2(null);
206         short1Myself2 = png.pnGetShortF1(null);
207         short2Myself2 = png.pnGetShortF2(null);
208         int1Myself2 = png.pnGetIntF1(null);
209         int2Myself2 = png.pnGetIntF2(null);
210         long1Myself2 = png.pnGetLongF1(null);
211         long2Myself2 = png.pnGetLongF2(null);
212         oByte1Myself2 = png.pnGetOByteF1(null);
213         oByte2Myself2 = png.pnGetOByteF2(null);
214         oChar1Myself2 = png.pnGetOCharF1(null);
215         oChar2Myself2 = png.pnGetOCharF2(null);
216         oShort1Myself2 = png.pnGetOShortF1(null);
217         oShort2Myself2 = png.pnGetOShortF2(null);
218         oInt1Myself2 = png.pnGetOIntF1(null);
219         oInt2Myself2 = png.pnGetOIntF2(null);
220         oLong1Myself2 = png.pnGetOLongF1(null);
221         oLong2Myself2 = png.pnGetOLongF2(null);
222         string1Myself2 = png.pnGetStringF1(null);
223         string2Myself2 = png.pnGetStringF2(null);
224         date1Myself2 = png.pnGetDateF1(null);
225         date2Myself2 = png.pnGetDateF2(null);
226         bytearray1Myself2 = png.pnGetByteArrayF1(null);
227         bytearray2Myself2 = png.pnGetByteArrayF2(null);
228         chararray1Myself2 = png.pnGetCharArrayF1(null);
229         chararray2Myself2 = png.pnGetCharArrayF2(null);
230     }
231
232     //Accessors to the longName_2 field
233
public void paSetLongName_2(long val) throws PException {
234         long2Name = val;
235     }
236
237     public long paGetLongName_2() throws PException {
238         return long2Name;
239     }
240
241     //Accessors to the longMyself2_2 field
242
public void paSetLongMyself2_2(long val) throws PException {
243         long2Myself2 = val;
244     }
245
246     public long paGetLongMyself2_2() throws PException {
247         return long2Myself2;
248     }
249
250     //Accessors to the longName_1 field
251
public void paSetLongName_1(long val) throws PException {
252         long1Name = val;
253     }
254
255     public long paGetLongName_1() throws PException {
256         return long1Name;
257     }
258
259     //Accessors to the longMyself2_1 field
260
public void paSetLongMyself2_1(long val) throws PException {
261         long1Myself2 = val;
262     }
263
264     public long paGetLongMyself2_1() throws PException {
265         return long1Myself2;
266     }
267
268     //Accessors to the longMyself1_2 field
269
public void paSetLongMyself1_2(long val) throws PException {
270         long2Myself1 = val;
271     }
272
273     public long paGetLongMyself1_2() throws PException {
274         return long2Myself1;
275     }
276
277     //Accessors to the longMyself1_1 field
278
public void paSetLongMyself1_1(long val) throws PException {
279         long1Myself1 = val;
280     }
281
282     public long paGetLongMyself1_1() throws PException {
283         return long1Myself1;
284     }
285
286     //Accessors to the oIntMyself2_2 field
287
public void paSetOIntMyself2_2(Integer JavaDoc val) throws PException {
288         oInt2Myself2 = val;
289     }
290
291     public Integer JavaDoc paGetOIntMyself2_2() throws PException {
292         return oInt2Myself2;
293     }
294
295     //Accessors to the oIntMyself2_1 field
296
public void paSetOIntMyself2_1(Integer JavaDoc val) throws PException {
297         oInt1Myself2 = val;
298     }
299
300     public Integer JavaDoc paGetOIntMyself2_1() throws PException {
301         return oInt1Myself2;
302     }
303
304     //Accessors to the oIntMyself1_2 field
305
public void paSetOIntMyself1_2(Integer JavaDoc val) throws PException {
306         oInt2Myself1 = val;
307     }
308
309     public Integer JavaDoc paGetOIntMyself1_2() throws PException {
310         return oInt2Myself1;
311     }
312
313     //Accessors to the oIntMyself1_1 field
314
public void paSetOIntMyself1_1(Integer JavaDoc val) throws PException {
315         oInt1Myself1 = val;
316     }
317
318     public Integer JavaDoc paGetOIntMyself1_1() throws PException {
319         return oInt1Myself1;
320     }
321
322     //Accessors to the oLongMyself2_2 field
323
public void paSetOLongMyself2_2(Long JavaDoc val) throws PException {
324         oLong2Myself2 = val;
325     }
326
327     public Long JavaDoc paGetOLongMyself2_2() throws PException {
328         return oLong2Myself2;
329     }
330
331     //Accessors to the oLongMyself2_1 field
332
public void paSetOLongMyself2_1(Long JavaDoc val) throws PException {
333         oLong1Myself2 = val;
334     }
335
336     public Long JavaDoc paGetOLongMyself2_1() throws PException {
337         return oLong1Myself2;
338     }
339
340     //Accessors to the stringMyself2_2 field
341
public void paSetStringMyself2_2(String JavaDoc val) throws PException {
342         string2Myself2 = val;
343     }
344
345     public String JavaDoc paGetStringMyself2_2() throws PException {
346         return string2Myself2;
347     }
348
349     //Accessors to the chararrayName_2 field
350
public void paSetChararrayName_2(char[] val) throws PException {
351         chararray2Name = val;
352     }
353
354     public char[] paGetChararrayName_2() throws PException {
355         return chararray2Name;
356     }
357
358     //Accessors to the stringMyself2_1 field
359
public void paSetStringMyself2_1(String JavaDoc val) throws PException {
360         string1Myself2 = val;
361     }
362
363     public String JavaDoc paGetStringMyself2_1() throws PException {
364         return string1Myself2;
365     }
366
367     //Accessors to the chararrayName_1 field
368
public void paSetChararrayName_1(char[] val) throws PException {
369         chararray1Name = val;
370     }
371
372     public char[] paGetChararrayName_1() throws PException {
373         return chararray1Name;
374     }
375
376     //Accessors to the oLongMyself1_2 field
377
public void paSetOLongMyself1_2(Long JavaDoc val) throws PException {
378         oLong2Myself1 = val;
379     }
380
381     public Long JavaDoc paGetOLongMyself1_2() throws PException {
382         return oLong2Myself1;
383     }
384
385     //Accessors to the oLongMyself1_1 field
386
public void paSetOLongMyself1_1(Long JavaDoc val) throws PException {
387         oLong1Myself1 = val;
388     }
389
390     public Long JavaDoc paGetOLongMyself1_1() throws PException {
391         return oLong1Myself1;
392     }
393
394     //Accessors to the f1 field
395
public void paSetF1(int val) throws PException {
396         f1 = val;
397     }
398
399     public int paGetF1() throws PException {
400         return f1;
401     }
402
403     //Accessors to the stringMyself1_2 field
404
public void paSetStringMyself1_2(String JavaDoc val) throws PException {
405         string2Myself1 = val;
406     }
407
408     public String JavaDoc paGetStringMyself1_2() throws PException {
409         return string2Myself1;
410     }
411
412     //Accessors to the stringMyself1_1 field
413
public void paSetStringMyself1_1(String JavaDoc val) throws PException {
414         string1Myself1 = val;
415     }
416
417     public String JavaDoc paGetStringMyself1_1() throws PException {
418         return string1Myself1;
419     }
420
421     //Accessors to the charMyself2_2 field
422
public void paSetCharMyself2_2(char val) throws PException {
423         char2Myself2 = val;
424     }
425
426     public char paGetCharMyself2_2() throws PException {
427         return char2Myself2;
428     }
429
430     //Accessors to the charMyself2_1 field
431
public void paSetCharMyself2_1(char val) throws PException {
432         char1Myself2 = val;
433     }
434
435     public char paGetCharMyself2_1() throws PException {
436         return char1Myself2;
437     }
438
439     //Accessors to the charMyself1_2 field
440
public void paSetCharMyself1_2(char val) throws PException {
441         char2Myself1 = val;
442     }
443
444     public char paGetCharMyself1_2() throws PException {
445         return char2Myself1;
446     }
447
448     //Accessors to the charMyself1_1 field
449
public void paSetCharMyself1_1(char val) throws PException {
450         char1Myself1 = val;
451     }
452
453     public char paGetCharMyself1_1() throws PException {
454         return char1Myself1;
455     }
456
457     //Accessors to the chararrayMyself2_2 field
458
public void paSetChararrayMyself2_2(char[] val) throws PException {
459         chararray2Myself2 = val;
460     }
461
462     public char[] paGetChararrayMyself2_2() throws PException {
463         return chararray2Myself2;
464     }
465
466     //Accessors to the chararrayMyself2_1 field
467
public void paSetChararrayMyself2_1(char[] val) throws PException {
468         chararray1Myself2 = val;
469     }
470
471     public char[] paGetChararrayMyself2_1() throws PException {
472         return chararray1Myself2;
473     }
474
475     //Accessors to the dateName_2 field
476
public void paSetDateName_2(Date JavaDoc val) throws PException {
477         date2Name = val;
478     }
479
480     public Date JavaDoc paGetDateName_2() throws PException {
481         return date2Name;
482     }
483
484     //Accessors to the dateName_1 field
485
public void paSetDateName_1(Date JavaDoc val) throws PException {
486         date1Name = val;
487     }
488
489     public Date JavaDoc paGetDateName_1() throws PException {
490         return date1Name;
491     }
492
493     //Accessors to the chararrayMyself1_2 field
494
public void paSetChararrayMyself1_2(char[] val) throws PException {
495         chararray2Myself1 = val;
496     }
497
498     public char[] paGetChararrayMyself1_2() throws PException {
499         return chararray2Myself1;
500     }
501
502     //Accessors to the chararrayMyself1_1 field
503
public void paSetChararrayMyself1_1(char[] val) throws PException {
504         chararray1Myself1 = val;
505     }
506
507     public char[] paGetChararrayMyself1_1() throws PException {
508         return chararray1Myself1;
509     }
510
511     //Accessors to the bytearrayName_2 field
512
public void paSetBytearrayName_2(byte[] val) throws PException {
513         bytearray2Name = val;
514     }
515
516     public byte[] paGetBytearrayName_2() throws PException {
517         return bytearray2Name;
518     }
519
520     //Accessors to the oCharMyself2_2 field
521
public void paSetOCharMyself2_2(Character JavaDoc val) throws PException {
522         oChar2Myself2 = val;
523     }
524
525     public Character JavaDoc paGetOCharMyself2_2() throws PException {
526         return oChar2Myself2;
527     }
528
529     //Accessors to the bytearrayName_1 field
530
public void paSetBytearrayName_1(byte[] val) throws PException {
531         bytearray1Name = val;
532     }
533
534     public byte[] paGetBytearrayName_1() throws PException {
535         return bytearray1Name;
536     }
537
538     //Accessors to the oCharMyself2_1 field
539
public void paSetOCharMyself2_1(Character JavaDoc val) throws PException {
540         oChar1Myself2 = val;
541     }
542
543     public Character JavaDoc paGetOCharMyself2_1() throws PException {
544         return oChar1Myself2;
545     }
546
547     //Accessors to the oByteName_2 field
548
public void paSetOByteName_2(Byte JavaDoc val) throws PException {
549         oByte2Name = val;
550     }
551
552     public Byte JavaDoc paGetOByteName_2() throws PException {
553         return oByte2Name;
554     }
555
556     //Accessors to the oByteName_1 field
557
public void paSetOByteName_1(Byte JavaDoc val) throws PException {
558         oByte1Name = val;
559     }
560
561     public Byte JavaDoc paGetOByteName_1() throws PException {
562         return oByte1Name;
563     }
564
565     //Accessors to the oCharMyself1_2 field
566
public void paSetOCharMyself1_2(Character JavaDoc val) throws PException {
567         oChar2Myself1 = val;
568     }
569
570     public Character JavaDoc paGetOCharMyself1_2() throws PException {
571         return oChar2Myself1;
572     }
573
574     //Accessors to the oCharMyself1_1 field
575
public void paSetOCharMyself1_1(Character JavaDoc val) throws PException {
576         oChar1Myself1 = val;
577     }
578
579     public Character JavaDoc paGetOCharMyself1_1() throws PException {
580         return oChar1Myself1;
581     }
582
583     //Accessors to the shortMyself2_2 field
584
public void paSetShortMyself2_2(short val) throws PException {
585         short2Myself2 = val;
586     }
587
588     public short paGetShortMyself2_2() throws PException {
589         return short2Myself2;
590     }
591
592     //Accessors to the shortMyself2_1 field
593
public void paSetShortMyself2_1(short val) throws PException {
594         short1Myself2 = val;
595     }
596
597     public short paGetShortMyself2_1() throws PException {
598         return short1Myself2;
599     }
600
601     //Accessors to the shortMyself1_2 field
602
public void paSetShortMyself1_2(short val) throws PException {
603         short2Myself1 = val;
604     }
605
606     public short paGetShortMyself1_2() throws PException {
607         return short2Myself1;
608     }
609
610     //Accessors to the oIntName_2 field
611
public void paSetOIntName_2(Integer JavaDoc val) throws PException {
612         oInt2Name = val;
613     }
614
615     public Integer JavaDoc paGetOIntName_2() throws PException {
616         return oInt2Name;
617     }
618
619     //Accessors to the shortMyself1_1 field
620
public void paSetShortMyself1_1(short val) throws PException {
621         short1Myself1 = val;
622     }
623
624     public short paGetShortMyself1_1() throws PException {
625         return short1Myself1;
626     }
627
628     //Accessors to the oIntName_1 field
629
public void paSetOIntName_1(Integer JavaDoc val) throws PException {
630         oInt1Name = val;
631     }
632
633     public Integer JavaDoc paGetOIntName_1() throws PException {
634         return oInt1Name;
635     }
636
637     //Accessors to the byteName_2 field
638
public void paSetByteName_2(byte val) throws PException {
639         byte2Name = val;
640     }
641
642     public byte paGetByteName_2() throws PException {
643         return byte2Name;
644     }
645
646     //Accessors to the byteName_1 field
647
public void paSetByteName_1(byte val) throws PException {
648         byte1Name = val;
649     }
650
651     public byte paGetByteName_1() throws PException {
652         return byte1Name;
653     }
654
655     //Accessors to the byteMyself2_2 field
656
public void paSetByteMyself2_2(byte val) throws PException {
657         byte2Myself2 = val;
658     }
659
660     public byte paGetByteMyself2_2() throws PException {
661         return byte2Myself2;
662     }
663
664     //Accessors to the dateMyself2_2 field
665
public void paSetDateMyself2_2(Date JavaDoc val) throws PException {
666         date2Myself2 = val;
667     }
668
669     public Date JavaDoc paGetDateMyself2_2() throws PException {
670         return date2Myself2;
671     }
672
673     //Accessors to the byteMyself2_1 field
674
public void paSetByteMyself2_1(byte val) throws PException {
675         byte1Myself2 = val;
676     }
677
678     public byte paGetByteMyself2_1() throws PException {
679         return byte1Myself2;
680     }
681
682     //Accessors to the dateMyself2_1 field
683
public void paSetDateMyself2_1(Date JavaDoc val) throws PException {
684         date1Myself2 = val;
685     }
686
687     public Date JavaDoc paGetDateMyself2_1() throws PException {
688         return date1Myself2;
689     }
690
691     //Accessors to the oByteMyself2_2 field
692
public void paSetOByteMyself2_2(Byte JavaDoc val) throws PException {
693         oByte2Myself2 = val;
694     }
695
696     public Byte JavaDoc paGetOByteMyself2_2() throws PException {
697         return oByte2Myself2;
698     }
699
700     //Accessors to the oByteMyself2_1 field
701
public void paSetOByteMyself2_1(Byte JavaDoc val) throws PException {
702         oByte1Myself2 = val;
703     }
704
705     public Byte JavaDoc paGetOByteMyself2_1() throws PException {
706         return oByte1Myself2;
707     }
708
709     //Accessors to the byteMyself1_2 field
710
public void paSetByteMyself1_2(byte val) throws PException {
711         byte2Myself1 = val;
712     }
713
714     public byte paGetByteMyself1_2() throws PException {
715         return byte2Myself1;
716     }
717
718     //Accessors to the dateMyself1_2 field
719
public void paSetDateMyself1_2(Date JavaDoc val) throws PException {
720         date2Myself1 = val;
721     }
722
723     public Date JavaDoc paGetDateMyself1_2() throws PException {
724         return date2Myself1;
725     }
726
727     //Accessors to the byteMyself1_1 field
728
public void paSetByteMyself1_1(byte val) throws PException {
729         byte1Myself1 = val;
730     }
731
732     public byte paGetByteMyself1_1() throws PException {
733         return byte1Myself1;
734     }
735
736     //Accessors to the dateMyself1_1 field
737
public void paSetDateMyself1_1(Date JavaDoc val) throws PException {
738         date1Myself1 = val;
739     }
740
741     public Date JavaDoc paGetDateMyself1_1() throws PException {
742         return date1Myself1;
743     }
744
745     //Accessors to the oByteMyself1_2 field
746
public void paSetOByteMyself1_2(Byte JavaDoc val) throws PException {
747         oByte2Myself1 = null;
748     }
749
750     public Byte JavaDoc paGetOByteMyself1_2() throws PException {
751         return oByte2Myself1;
752     }
753
754     //Accessors to the oByteMyself1_1 field
755
public void paSetOByteMyself1_1(Byte JavaDoc val) throws PException {
756         oByte1Myself1 = val;
757     }
758
759     public Byte JavaDoc paGetOByteMyself1_1() throws PException {
760         return oByte1Myself1;
761     }
762
763     //Accessors to the stringName_2 field
764
public void paSetStringName_2(String JavaDoc val) throws PException {
765         string2Name = null;
766     }
767
768     public String JavaDoc paGetStringName_2() throws PException {
769         return string2Name;
770     }
771
772     //Accessors to the stringName_1 field
773
public void paSetStringName_1(String JavaDoc val) throws PException {
774         string1Name = val;
775     }
776
777     public String JavaDoc paGetStringName_1() throws PException {
778         return string1Name;
779     }
780
781     //Accessors to the oShortMyself2_2 field
782
public void paSetOShortMyself2_2(Short JavaDoc val) throws PException {
783         oShort2Myself2 = val;
784     }
785
786     public Short JavaDoc paGetOShortMyself2_2() throws PException {
787         return oShort2Myself2;
788     }
789
790     //Accessors to the oShortMyself2_1 field
791
public void paSetOShortMyself2_1(Short JavaDoc val) throws PException {
792         oShort1Myself2 = null;
793     }
794
795     public Short JavaDoc paGetOShortMyself2_1() throws PException {
796         return oShort1Myself2;
797     }
798
799     //Accessors to the bytearrayMyself2_2 field
800
public void paSetBytearrayMyself2_2(byte[] val) throws PException {
801         bytearray2Myself2 = val;
802     }
803
804     public byte[] paGetBytearrayMyself2_2() throws PException {
805         return bytearray2Myself2;
806     }
807
808     //Accessors to the oShortMyself1_2 field
809
public void paSetOShortMyself1_2(Short JavaDoc val) throws PException {
810         oShort2Myself1 = val;
811     }
812
813     public Short JavaDoc paGetOShortMyself1_2() throws PException {
814         return oShort2Myself1;
815     }
816
817     //Accessors to the bytearrayMyself2_1 field
818
public void paSetBytearrayMyself2_1(byte[] val) throws PException {
819         bytearray1Myself2 = val;
820     }
821
822     public byte[] paGetBytearrayMyself2_1() throws PException {
823         return bytearray1Myself2;
824     }
825
826     //Accessors to the oShortMyself1_1 field
827
public void paSetOShortMyself1_1(Short JavaDoc val) throws PException {
828         oShort1Myself1 = val;
829     }
830
831     public Short JavaDoc paGetOShortMyself1_1() throws PException {
832         return oShort1Myself1;
833     }
834
835     //Accessors to the oShortName_2 field
836
public void paSetOShortName_2(Short JavaDoc val) throws PException {
837         oShort2Name = val;
838     }
839
840     public Short JavaDoc paGetOShortName_2() throws PException {
841         return oShort2Name;
842     }
843
844     //Accessors to the oShortName_1 field
845
public void paSetOShortName_1(Short JavaDoc val) throws PException {
846         oShort1Name = val;
847     }
848
849     public Short JavaDoc paGetOShortName_1() throws PException {
850         return oShort1Name;
851     }
852
853     //Accessors to the intName_2 field
854
public void paSetIntName_2(int val) throws PException {
855         int2Name = val;
856     }
857
858     public int paGetIntName_2() throws PException {
859         return int2Name;
860     }
861
862     //Accessors to the bytearrayMyself1_2 field
863
public void paSetBytearrayMyself1_2(byte[] val) throws PException {
864         bytearray2Myself1 = val;
865     }
866
867     public byte[] paGetBytearrayMyself1_2() throws PException {
868         return bytearray2Myself1;
869     }
870
871     //Accessors to the bytearrayMyself1_1 field
872
public void paSetBytearrayMyself1_1(byte[] val) throws PException {
873         bytearray1Myself1 = val;
874     }
875
876     public byte[] paGetBytearrayMyself1_1() throws PException {
877         return bytearray1Myself1;
878     }
879
880     //Accessors to the intName_1 field
881
public void paSetIntName_1(int val) throws PException {
882         int1Name = val;
883     }
884
885     public int paGetIntName_1() throws PException {
886         return int1Name;
887     }
888
889     //Accessors to the intMyself2_2 field
890
public void paSetIntMyself2_2(int val) throws PException {
891         int2Myself2 = val;
892     }
893
894     public int paGetIntMyself2_2() throws PException {
895         return int2Myself2;
896     }
897
898     //Accessors to the intMyself2_1 field
899
public void paSetIntMyself2_1(int val) throws PException {
900         int1Myself2 = val;
901     }
902
903     public int paGetIntMyself2_1() throws PException {
904         return int1Myself2;
905     }
906
907     //Accessors to the oCharName_2 field
908
public void paSetOCharName_2(Character JavaDoc val) throws PException {
909         oChar2Name = val;
910     }
911
912     public Character JavaDoc paGetOCharName_2() throws PException {
913         return oChar2Name;
914     }
915
916     //Accessors to the shortName_2 field
917
public void paSetShortName_2(short val) throws PException {
918         short2Name = val;
919     }
920
921     public short paGetShortName_2() throws PException {
922         return short2Name;
923     }
924
925     //Accessors to the oCharName_1 field
926
public void paSetOCharName_1(Character JavaDoc val) throws PException {
927         oChar1Name = val;
928     }
929
930     public Character JavaDoc paGetOCharName_1() throws PException {
931         return oChar1Name;
932     }
933
934     //Accessors to the shortName_1 field
935
public void paSetShortName_1(short val) throws PException {
936         short1Name = val;
937     }
938
939     public short paGetShortName_1() throws PException {
940         return short1Name;
941     }
942
943     //Accessors to the intMyself1_2 field
944
public void paSetIntMyself1_2(int val) throws PException {
945         int2Myself1 = val;
946     }
947
948     public int paGetIntMyself1_2() throws PException {
949         return int2Myself1;
950     }
951
952     //Accessors to the intMyself1_1 field
953
public void paSetIntMyself1_1(int val) throws PException {
954         int1Myself1 = val;
955     }
956
957     public int paGetIntMyself1_1() throws PException {
958         return int1Myself1;
959     }
960
961     //Accessors to the charName_2 field
962
public void paSetCharName_2(char val) throws PException {
963         char2Name = val;
964     }
965
966     public char paGetCharName_2() throws PException {
967         return char2Name;
968     }
969
970     //Accessors to the charName_1 field
971
public void paSetCharName_1(char val) throws PException {
972         char1Name = val;
973     }
974
975     public char paGetCharName_1() throws PException {
976         return char1Name;
977     }
978
979     //Accessors to the oLongName_2 field
980
public void paSetOLongName_2(Long JavaDoc val) throws PException {
981         oLong2Name = val;
982     }
983
984     public Long JavaDoc paGetOLongName_2() throws PException {
985         return oLong2Name;
986     }
987
988     //Accessors to the oLongName_1 field
989
public void paSetOLongName_1(Long JavaDoc val) throws PException {
990         oLong1Name = val;
991     }
992
993     public Long JavaDoc paGetOLongName_1() throws PException {
994         return oLong1Name;
995     }
996
997     //Accessors to the myself2 field
998
public void paSetMyself2(PName val, Object JavaDoc connection) throws PException {
999         myself2 = val;
1000    }
1001
1002    public PName paGetMyself2(Object JavaDoc connection) throws PException {
1003        return myself2;
1004    }
1005
1006    //Accessors to the myself1 field
1007
public void paSetMyself1(PName val, Object JavaDoc connection) throws PException {
1008        myself1 = val;
1009    }
1010
1011    public PName paGetMyself1(Object JavaDoc connection) throws PException {
1012        return myself1;
1013    }
1014
1015    public Object JavaDoc getMemoryInstance() {
1016        return this;
1017    }
1018}
1019
Popular Tags