KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > contract1 > cci > ContractRoleImpl


1 // ----------------------------------------------------------------------------
2
// Instance/ImplBegin
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:59 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.contract1.cci;
14
15 public class ContractRoleImpl
16   extends org.openmdx.base.accessor.jmi.spi.RefObject_1
17   implements ContractRole {
18
19   public ContractRoleImpl(
20     org.openmdx.base.accessor.generic.cci.Object_1_0 object,
21     javax.jmi.reflect.RefClass refClass
22   ) {
23     super(object, refClass);
24   }
25
26 // ----------------------------------------------------------------------------
27
// Instance/ImplAttributeGetList
28
// ----------------------------------------------------------------------------
29
public java.util.List JavaDoc getAccountCategory (
30   ) {
31     return (java.util.List JavaDoc)this.refGetValue("accountCategory");
32   }
33   public short getAccountCategory(
34     int index
35   ) {
36     return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:account1:AbstractAccount:accountCategory", index)).shortValue();
37   }
38
39 // ----------------------------------------------------------------------------
40
// Instance/ImplAttributeSetList
41
// ----------------------------------------------------------------------------
42
public void setAccountCategory(
43     java.util.List JavaDoc newValue
44   ) {
45     refSetValue("org:opencrx:kernel:account1:AbstractAccount:accountCategory", newValue);
46   }
47
48   public void setAccountCategory(
49     short[] newValue
50   ) {
51     refSetValue("org:opencrx:kernel:account1:AbstractAccount:accountCategory", newValue);
52   }
53
54 // ----------------------------------------------------------------------------
55
// Instance/ImplAttributeGet1_1
56
// ----------------------------------------------------------------------------
57
public short getAccountRating(
58   ) {
59     return getAccountRating(0);
60   }
61
62   protected short getAccountRating(
63     int index
64   ) {
65     return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:account1:AbstractAccount:accountRating", index)).shortValue();
66   }
67
68 // ----------------------------------------------------------------------------
69
// Instance/ImplAttributeSet1_1
70
// ----------------------------------------------------------------------------
71
public void setAccountRating(
72     short newValue
73   ) {
74     setAccountRating(0, newValue);
75   }
76
77   protected void setAccountRating(
78     int index,
79     short newValue
80   ) {
81     refSetValue("org:opencrx:kernel:account1:AbstractAccount:accountRating", index, new Short JavaDoc(newValue));
82   }
83 // ----------------------------------------------------------------------------
84
// Instance/ImplAttributeGet1_1
85
// ----------------------------------------------------------------------------
86
public short getAccountState(
87   ) {
88     return getAccountState(0);
89   }
90
91   protected short getAccountState(
92     int index
93   ) {
94     return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:account1:AbstractAccount:accountState", index)).shortValue();
95   }
96
97 // ----------------------------------------------------------------------------
98
// Instance/ImplAttributeSet1_1
99
// ----------------------------------------------------------------------------
100
public void setAccountState(
101     short newValue
102   ) {
103     setAccountState(0, newValue);
104   }
105
106   protected void setAccountState(
107     int index,
108     short newValue
109   ) {
110     refSetValue("org:opencrx:kernel:account1:AbstractAccount:accountState", index, new Short JavaDoc(newValue));
111   }
112 // ----------------------------------------------------------------------------
113
// Instance/ImplAttributeGet1_1
114
// ----------------------------------------------------------------------------
115
public short getAccountType(
116   ) {
117     return getAccountType(0);
118   }
119
120   protected short getAccountType(
121     int index
122   ) {
123     return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:account1:AbstractAccount:accountType", index)).shortValue();
124   }
125
126 // ----------------------------------------------------------------------------
127
// Instance/ImplAttributeSet1_1
128
// ----------------------------------------------------------------------------
129
public void setAccountType(
130     short newValue
131   ) {
132     setAccountType(0, newValue);
133   }
134
135   protected void setAccountType(
136     int index,
137     short newValue
138   ) {
139     refSetValue("org:opencrx:kernel:account1:AbstractAccount:accountType", index, new Short JavaDoc(newValue));
140   }
141 // ----------------------------------------------------------------------------
142
// Instance/ImplAttributeGet0_1
143
// ----------------------------------------------------------------------------
144
public String JavaDoc getAliasName (
145   ) {
146     return (String JavaDoc)this.refGetValue("aliasName", 0);
147   }
148 // ----------------------------------------------------------------------------
149
// Instance/ImplAttributeSet0_1
150
// ----------------------------------------------------------------------------
151
public void setAliasName(
152     String JavaDoc newValue
153   ) {
154     refSetValue("org:opencrx:kernel:account1:AbstractAccount:aliasName", 0, newValue);
155   }
156
157 // ----------------------------------------------------------------------------
158
// Instance/ImplAttributeGetList
159
// ----------------------------------------------------------------------------
160
public java.util.List JavaDoc getBusinessType (
161   ) {
162     return (java.util.List JavaDoc)this.refGetValue("businessType");
163   }
164   public short getBusinessType(
165     int index
166   ) {
167     return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:account1:AbstractAccount:businessType", index)).shortValue();
168   }
169
170 // ----------------------------------------------------------------------------
171
// Instance/ImplAttributeSetList
172
// ----------------------------------------------------------------------------
173
public void setBusinessType(
174     java.util.List JavaDoc newValue
175   ) {
176     refSetValue("org:opencrx:kernel:account1:AbstractAccount:businessType", newValue);
177   }
178
179   public void setBusinessType(
180     short[] newValue
181   ) {
182     refSetValue("org:opencrx:kernel:account1:AbstractAccount:businessType", newValue);
183   }
184
185 // ----------------------------------------------------------------------------
186
// Instance/ImplAttributeGet0_1
187
// ----------------------------------------------------------------------------
188
public String JavaDoc getDescription (
189   ) {
190     return (String JavaDoc)this.refGetValue("description", 0);
191   }
192 // ----------------------------------------------------------------------------
193
// Instance/ImplAttributeSet0_1
194
// ----------------------------------------------------------------------------
195
public void setDescription(
196     String JavaDoc newValue
197   ) {
198     refSetValue("org:opencrx:kernel:account1:AbstractAccount:description", 0, newValue);
199   }
200
201 // ----------------------------------------------------------------------------
202
// Instance/ImplAttributeGet0_1
203
// ----------------------------------------------------------------------------
204
public String JavaDoc getFullName (
205   ) {
206     return (String JavaDoc)this.refGetValue("fullName", 0);
207   }
208 // ----------------------------------------------------------------------------
209
// Instance/ImplAttributeSet0_1
210
// ----------------------------------------------------------------------------
211
protected void setFullName(
212     String JavaDoc newValue
213   ) {
214     refSetValue("org:opencrx:kernel:account1:AbstractAccount:fullName", 0, newValue);
215   }
216
217 // ----------------------------------------------------------------------------
218
// Instance/ImplAttributeGet1_1
219
// ----------------------------------------------------------------------------
220
public short getAccessLevelBrowse(
221   ) {
222     return getAccessLevelBrowse(0);
223   }
224
225   protected short getAccessLevelBrowse(
226     int index
227   ) {
228     return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelBrowse", index)).shortValue();
229   }
230
231 // ----------------------------------------------------------------------------
232
// Instance/ImplAttributeSet1_1
233
// ----------------------------------------------------------------------------
234
public void setAccessLevelBrowse(
235     short newValue
236   ) {
237     setAccessLevelBrowse(0, newValue);
238   }
239
240   protected void setAccessLevelBrowse(
241     int index,
242     short newValue
243   ) {
244     refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelBrowse", index, new Short JavaDoc(newValue));
245   }
246 // ----------------------------------------------------------------------------
247
// Instance/ImplAttributeGet1_1
248
// ----------------------------------------------------------------------------
249
public short getAccessLevelDelete(
250   ) {
251     return getAccessLevelDelete(0);
252   }
253
254   protected short getAccessLevelDelete(
255     int index
256   ) {
257     return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelDelete", index)).shortValue();
258   }
259
260 // ----------------------------------------------------------------------------
261
// Instance/ImplAttributeSet1_1
262
// ----------------------------------------------------------------------------
263
public void setAccessLevelDelete(
264     short newValue
265   ) {
266     setAccessLevelDelete(0, newValue);
267   }
268
269   protected void setAccessLevelDelete(
270     int index,
271     short newValue
272   ) {
273     refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelDelete", index, new Short JavaDoc(newValue));
274   }
275 // ----------------------------------------------------------------------------
276
// Instance/ImplAttributeGet1_1
277
// ----------------------------------------------------------------------------
278
public short getAccessLevelUpdate(
279   ) {
280     return getAccessLevelUpdate(0);
281   }
282
283   protected short getAccessLevelUpdate(
284     int index
285   ) {
286     return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelUpdate", index)).shortValue();
287   }
288
289 // ----------------------------------------------------------------------------
290
// Instance/ImplAttributeSet1_1
291
// ----------------------------------------------------------------------------
292
public void setAccessLevelUpdate(
293     short newValue
294   ) {
295     setAccessLevelUpdate(0, newValue);
296   }
297
298   protected void setAccessLevelUpdate(
299     int index,
300     short newValue
301   ) {
302     refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelUpdate", index, new Short JavaDoc(newValue));
303   }
304 // ----------------------------------------------------------------------------
305
// Instance/ImplOperation
306
// ----------------------------------------------------------------------------
307
public org.opencrx.kernel.base.cci.ModifySecureObjectResult addOwningGroup(
308       org.opencrx.kernel.base.cci.ModifyOwningGroupParams params
309   ) throws javax.jmi.reflect.RefException {
310     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
311     args.add(params);
312     return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation(
313       "org:opencrx:kernel:base:SecureObject:addOwningGroup",
314       args
315     );
316   }
317
318   public org.opencrx.kernel.base.cci.ModifySecureObjectResult addOwningGroup(
319       org.opencrx.security.realm1.cci.PrincipalGroup group
320     , short mode
321   ) throws javax.jmi.reflect.RefException {
322     return addOwningGroup(
323       ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createModifyOwningGroupParams(
324         group
325     , mode
326       )
327     );
328   }
329
330 // ----------------------------------------------------------------------------
331
// Instance/ImplAttributeGetList
332
// ----------------------------------------------------------------------------
333
public java.util.List JavaDoc getOwner (
334   ) {
335     return (java.util.List JavaDoc)this.refGetValue("owner");
336   }
337   public String JavaDoc getOwner(
338     int index
339   ) {
340     return (String JavaDoc)this.refGetValue("org:opencrx:kernel:base:SecureObject:owner", index);
341   }
342
343 // ----------------------------------------------------------------------------
344
// Instance/ImplAttributeSetList
345
// ----------------------------------------------------------------------------
346
protected void setOwner(
347     java.util.List JavaDoc newValue
348   ) {
349     refSetValue("org:opencrx:kernel:base:SecureObject:owner", newValue);
350   }
351
352   protected void setOwner(
353     String JavaDoc[] newValue
354   ) {
355     refSetValue("org:opencrx:kernel:base:SecureObject:owner", newValue);
356   }
357
358 // ----------------------------------------------------------------------------
359
// Instance/ImplReferenceSetWithQualifier
360
// ----------------------------------------------------------------------------
361
public void setOwningGroup(
362     java.util.List JavaDoc newValue
363   ) {
364     refSetValue("org:opencrx:kernel:base:SecureObject:owningGroup", newValue);
365   }
366
367   public void setOwningGroup(
368     org.opencrx.security.realm1.cci.PrincipalGroup[] newValue
369   ) {
370     refSetValue("org:opencrx:kernel:base:SecureObject:owningGroup", newValue);
371   }
372
373 // ----------------------------------------------------------------------------
374
// Instance/ImplReferenceGet0_1WithQualifier
375
// ----------------------------------------------------------------------------
376
public org.opencrx.security.realm1.cci.PrincipalGroup getOwningGroup(
377     int index
378   ) {
379     return (org.opencrx.security.realm1.cci.PrincipalGroup)refGetValue(
380       "org:opencrx:kernel:base:SecureObject:owningGroup",
381       new Integer JavaDoc(index)
382     );
383   }
384
385 // ----------------------------------------------------------------------------
386
// Instance/ImplReferenceGet0_nNoFilter
387
// ----------------------------------------------------------------------------
388
public java.util.Collection JavaDoc getOwningGroup(
389   ) {
390     return (java.util.Collection JavaDoc)refGetValue(
391       "org:opencrx:kernel:base:SecureObject:owningGroup"
392     );
393   }
394
395 // ----------------------------------------------------------------------------
396
// Instance/ImplReferenceAddWithQualifier
397
// ----------------------------------------------------------------------------
398
public void addOwningGroup (
399     int index,
400     org.opencrx.security.realm1.cci.PrincipalGroup newValue
401   ) {
402     refAddValue(
403       "org:opencrx:kernel:base:SecureObject:owningGroup",
404       new Integer JavaDoc(index),
405       newValue
406     );
407   }
408
409 // ----------------------------------------------------------------------------
410
// Instance/ImplReferenceAddWithoutQualifier
411
// ----------------------------------------------------------------------------
412
public void addOwningGroup (
413     org.opencrx.security.realm1.cci.PrincipalGroup newValue
414   ) {
415     refAddValue(
416       "org:opencrx:kernel:base:SecureObject:owningGroup",
417       newValue
418     );
419   }
420
421 // ----------------------------------------------------------------------------
422
// Instance/ImplReferenceRemoveWithQualifier
423
// ----------------------------------------------------------------------------
424
public void removeOwningGroup (
425     int index
426   ) {
427     refRemoveValue(
428       "org:opencrx:kernel:base:SecureObject:owningGroup",
429       new Integer JavaDoc(index)
430     );
431   }
432
433 // ----------------------------------------------------------------------------
434
// Instance/ImplReferenceGet0_1NoQualifier
435
// ----------------------------------------------------------------------------
436
public org.opencrx.security.realm1.cci.User getOwningUser(
437   ) {
438     return (org.opencrx.security.realm1.cci.User)refGetValue(
439       "org:opencrx:kernel:base:SecureObject:owningUser"
440     );
441   }
442
443 // ----------------------------------------------------------------------------
444
// Instance/ImplReferenceSetNoQualifier
445
// ----------------------------------------------------------------------------
446
public void setOwningUser(
447     org.opencrx.security.realm1.cci.User newValue
448   ) {
449     refSetValue(
450       "org:opencrx:kernel:base:SecureObject:owningUser",
451       newValue
452     );
453   }
454
455 // ----------------------------------------------------------------------------
456
// Instance/ImplReferenceRemoveOptional
457
// ----------------------------------------------------------------------------
458
public void removeOwningUser (
459   ) {
460     refRemoveValue(
461       "org:opencrx:kernel:base:SecureObject:owningUser"
462     );
463   }
464 // ----------------------------------------------------------------------------
465
// Instance/ImplOperation
466
// ----------------------------------------------------------------------------
467
public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeAllOwningGroup(
468       org.opencrx.kernel.base.cci.RemoveAllOwningGroupParams params
469   ) throws javax.jmi.reflect.RefException {
470     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
471     args.add(params);
472     return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation(
473       "org:opencrx:kernel:base:SecureObject:removeAllOwningGroup",
474       args
475     );
476   }
477
478   public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeAllOwningGroup(
479       short mode
480   ) throws javax.jmi.reflect.RefException {
481     return removeAllOwningGroup(
482       ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createRemoveAllOwningGroupParams(
483         mode
484       )
485     );
486   }
487
488 // ----------------------------------------------------------------------------
489
// Instance/ImplOperation
490
// ----------------------------------------------------------------------------
491
public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeOwningGroup(
492       org.opencrx.kernel.base.cci.ModifyOwningGroupParams params
493   ) throws javax.jmi.reflect.RefException {
494     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
495     args.add(params);
496     return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation(
497       "org:opencrx:kernel:base:SecureObject:removeOwningGroup",
498       args
499     );
500   }
501
502   public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeOwningGroup(
503       org.opencrx.security.realm1.cci.PrincipalGroup group
504     , short mode
505   ) throws javax.jmi.reflect.RefException {
506     return removeOwningGroup(
507       ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createModifyOwningGroupParams(
508         group
509     , mode
510       )
511     );
512   }
513
514 // ----------------------------------------------------------------------------
515
// Instance/ImplOperation
516
// ----------------------------------------------------------------------------
517
public org.opencrx.kernel.base.cci.ModifySecureObjectResult setAccessLevel(
518       org.opencrx.kernel.base.cci.SetAccessLevelParams params
519   ) throws javax.jmi.reflect.RefException {
520     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
521     args.add(params);
522     return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation(
523       "org:opencrx:kernel:base:SecureObject:setAccessLevel",
524       args
525     );
526   }
527
528   public org.opencrx.kernel.base.cci.ModifySecureObjectResult setAccessLevel(
529       short accessLevelBrowse
530     , short accessLevelDelete
531     , short accessLevelUpdate
532     , short mode
533   ) throws javax.jmi.reflect.RefException {
534     return setAccessLevel(
535       ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createSetAccessLevelParams(
536         accessLevelBrowse
537     , accessLevelDelete
538     , accessLevelUpdate
539     , mode
540       )
541     );
542   }
543
544 // ----------------------------------------------------------------------------
545
// Instance/ImplOperation
546
// ----------------------------------------------------------------------------
547
public org.opencrx.kernel.base.cci.ModifySecureObjectResult setOwningUser(
548       org.opencrx.kernel.base.cci.SetOwningUserParams params
549   ) throws javax.jmi.reflect.RefException {
550     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
551     args.add(params);
552     return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation(
553       "org:opencrx:kernel:base:SecureObject:setOwningUser",
554       args
555     );
556   }
557
558   public org.opencrx.kernel.base.cci.ModifySecureObjectResult setOwningUser(
559       short mode
560     , org.opencrx.security.realm1.cci.User user
561   ) throws javax.jmi.reflect.RefException {
562     return setOwningUser(
563       ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createSetOwningUserParams(
564         mode
565     , user
566       )
567     );
568   }
569
570 // ----------------------------------------------------------------------------
571
// Instance/ImplReferenceGet0_1NoQualifier
572
// ----------------------------------------------------------------------------
573
public org.opencrx.kernel.account1.cci.Account getAccount(
574   ) {
575     return (org.opencrx.kernel.account1.cci.Account)refGetValue(
576       "org:opencrx:kernel:contract1:ContractRole:account"
577     );
578   }
579
580 // ----------------------------------------------------------------------------
581
// Instance/ImplReferenceSetNoQualifier
582
// ----------------------------------------------------------------------------
583
public void setAccount(
584     org.opencrx.kernel.account1.cci.Account newValue
585   ) {
586     refSetValue(
587       "org:opencrx:kernel:contract1:ContractRole:account",
588       newValue
589     );
590   }
591
592 // ----------------------------------------------------------------------------
593
// Instance/ImplReferenceRemoveOptional
594
// ----------------------------------------------------------------------------
595
public void removeAccount (
596   ) {
597     refRemoveValue(
598       "org:opencrx:kernel:contract1:ContractRole:account"
599     );
600   }
601 // ----------------------------------------------------------------------------
602
// Instance/ImplReferenceGet0_1NoQualifier
603
// ----------------------------------------------------------------------------
604
public org.opencrx.kernel.contract1.cci.AbstractContract getContract(
605   ) {
606     return (org.opencrx.kernel.contract1.cci.AbstractContract)refGetValue(
607       "org:opencrx:kernel:contract1:ContractRole:contract"
608     );
609   }
610
611 // ----------------------------------------------------------------------------
612
// Instance/ImplReferenceSetNoQualifier
613
// ----------------------------------------------------------------------------
614
public void setContract(
615     org.opencrx.kernel.contract1.cci.AbstractContract newValue
616   ) {
617     refSetValue(
618       "org:opencrx:kernel:contract1:ContractRole:contract",
619       newValue
620     );
621   }
622
623 // ----------------------------------------------------------------------------
624
// Instance/ImplReferenceRemoveOptional
625
// ----------------------------------------------------------------------------
626
public void removeContract (
627   ) {
628     refRemoveValue(
629       "org:opencrx:kernel:contract1:ContractRole:contract"
630     );
631   }
632 // ----------------------------------------------------------------------------
633
// Instance/ImplAttributeGet1_1
634
// ----------------------------------------------------------------------------
635
public java.util.Date JavaDoc getCreatedAt(
636   ) {
637     return getCreatedAt(0);
638   }
639
640   protected java.util.Date JavaDoc getCreatedAt(
641     int index
642   ) {
643     return (java.util.Date JavaDoc)this.refGetValue("org:openmdx:base:BasicObject:createdAt", index);
644   }
645
646 // ----------------------------------------------------------------------------
647
// Instance/ImplAttributeSet1_1
648
// ----------------------------------------------------------------------------
649
protected void setCreatedAt(
650     java.util.Date JavaDoc newValue
651   ) {
652     setCreatedAt(0, newValue);
653   }
654
655   protected void setCreatedAt(
656     int index,
657     java.util.Date JavaDoc newValue
658   ) {
659     refSetValue("org:openmdx:base:BasicObject:createdAt", index, newValue);
660   }
661 // ----------------------------------------------------------------------------
662
// Instance/ImplAttributeGetSet
663
// ----------------------------------------------------------------------------
664
public java.util.Set JavaDoc getCreatedBy (
665   ) {
666     return (java.util.Set JavaDoc)this.refGetValue("createdBy");
667   }
668 // ----------------------------------------------------------------------------
669
// Instance/ImplAttributeSetSet
670
// ----------------------------------------------------------------------------
671
protected void setCreatedBy(
672     java.util.Set JavaDoc newValue
673   ) {
674     refSetValue("org:openmdx:base:BasicObject:createdBy", newValue);
675   }
676
677   protected void setCreatedBy(
678     String JavaDoc[] newValue
679   ) {
680     refSetValue("org:openmdx:base:BasicObject:createdBy", newValue);
681   }
682
683 // ----------------------------------------------------------------------------
684
// Instance/ImplAttributeGet1_1
685
// ----------------------------------------------------------------------------
686
public java.util.Date JavaDoc getModifiedAt(
687   ) {
688     return getModifiedAt(0);
689   }
690
691   protected java.util.Date JavaDoc getModifiedAt(
692     int index
693   ) {
694     return (java.util.Date JavaDoc)this.refGetValue("org:openmdx:base:BasicObject:modifiedAt", index);
695   }
696
697 // ----------------------------------------------------------------------------
698
// Instance/ImplAttributeSet1_1
699
// ----------------------------------------------------------------------------
700
protected void setModifiedAt(
701     java.util.Date JavaDoc newValue
702   ) {
703     setModifiedAt(0, newValue);
704   }
705
706   protected void setModifiedAt(
707     int index,
708     java.util.Date JavaDoc newValue
709   ) {
710     refSetValue("org:openmdx:base:BasicObject:modifiedAt", index, newValue);
711   }
712 // ----------------------------------------------------------------------------
713
// Instance/ImplAttributeGetSet
714
// ----------------------------------------------------------------------------
715
public java.util.Set JavaDoc getModifiedBy (
716   ) {
717     return (java.util.Set JavaDoc)this.refGetValue("modifiedBy");
718   }
719 // ----------------------------------------------------------------------------
720
// Instance/ImplAttributeSetSet
721
// ----------------------------------------------------------------------------
722
protected void setModifiedBy(
723     java.util.Set JavaDoc newValue
724   ) {
725     refSetValue("org:openmdx:base:BasicObject:modifiedBy", newValue);
726   }
727
728   protected void setModifiedBy(
729     String JavaDoc[] newValue
730   ) {
731     refSetValue("org:openmdx:base:BasicObject:modifiedBy", newValue);
732   }
733
734 // ----------------------------------------------------------------------------
735
// Instance/ImplReferenceSetWithQualifier
736
// ----------------------------------------------------------------------------
737
protected void setContext(
738     java.util.List JavaDoc newValue
739   ) {
740     refSetValue("org:openmdx:base:ContextCapable:context", newValue);
741   }
742
743   protected void setContext(
744     org.openmdx.base.cci.Context[] newValue
745   ) {
746     refSetValue("org:openmdx:base:ContextCapable:context", newValue);
747   }
748
749 // ----------------------------------------------------------------------------
750
// Instance/ImplReferenceGet0_1WithQualifier
751
// ----------------------------------------------------------------------------
752
public org.openmdx.base.cci.Context getContext(
753     String JavaDoc id
754   ) {
755     return (org.openmdx.base.cci.Context)refGetValue(
756       "org:openmdx:base:ContextCapable:context",
757       id
758     );
759   }
760
761 // ----------------------------------------------------------------------------
762
// Instance/ImplReferenceGet0_nNoFilter
763
// ----------------------------------------------------------------------------
764
public java.util.Collection JavaDoc getContext(
765   ) {
766     return (java.util.Collection JavaDoc)refGetValue(
767       "org:openmdx:base:ContextCapable:context"
768     );
769   }
770
771 // ----------------------------------------------------------------------------
772
// Instance/ImplReferenceAddWithQualifier
773
// ----------------------------------------------------------------------------
774
protected void addContext (
775     String JavaDoc id,
776     org.openmdx.base.cci.Context newValue
777   ) {
778     refAddValue(
779       "org:openmdx:base:ContextCapable:context",
780       id,
781       newValue
782     );
783   }
784
785 // ----------------------------------------------------------------------------
786
// Instance/ImplReferenceAddWithoutQualifier
787
// ----------------------------------------------------------------------------
788
protected void addContext (
789     org.openmdx.base.cci.Context newValue
790   ) {
791     refAddValue(
792       "org:openmdx:base:ContextCapable:context",
793       newValue
794     );
795   }
796
797 // ----------------------------------------------------------------------------
798
// Instance/ImplReferenceRemoveWithQualifier
799
// ----------------------------------------------------------------------------
800
protected void removeContext (
801     String JavaDoc id
802   ) {
803     refRemoveValue(
804       "org:openmdx:base:ContextCapable:context",
805       id
806     );
807   }
808
809 // ----------------------------------------------------------------------------
810
// Instance/ImplAttributeGet1_1
811
// ----------------------------------------------------------------------------
812
public String JavaDoc getIdentity(
813   ) {
814     return getIdentity(0);
815   }
816
817   protected String JavaDoc getIdentity(
818     int index
819   ) {
820     return (String JavaDoc)this.refGetValue("org:openmdx:base:ExtentCapable:identity", index);
821   }
822
823 // ----------------------------------------------------------------------------
824
// Instance/ImplAttributeSet1_1
825
// ----------------------------------------------------------------------------
826
protected void setIdentity(
827     String JavaDoc newValue
828   ) {
829     setIdentity(0, newValue);
830   }
831
832   protected void setIdentity(
833     int index,
834     String JavaDoc newValue
835   ) {
836     refSetValue("org:openmdx:base:ExtentCapable:identity", index, newValue);
837   }
838 // ----------------------------------------------------------------------------
839
// Instance/ImplReferenceSetWithQualifier
840
// ----------------------------------------------------------------------------
841
protected void setView(
842     java.util.List JavaDoc newValue
843   ) {
844     refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue);
845   }
846
847   protected void setView(
848     org.openmdx.compatibility.view1.cci.View[] newValue
849   ) {
850     refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue);
851   }
852
853 // ----------------------------------------------------------------------------
854
// Instance/ImplReferenceGet0_1WithQualifier
855
// ----------------------------------------------------------------------------
856
public org.openmdx.compatibility.view1.cci.View getView(
857     String JavaDoc namespace
858   ) {
859     return (org.openmdx.compatibility.view1.cci.View)refGetValue(
860       "org:openmdx:compatibility:view1:ViewCapable:view",
861       namespace
862     );
863   }
864
865 // ----------------------------------------------------------------------------
866
// Instance/ImplReferenceGet0_nWithFilter
867
// ----------------------------------------------------------------------------
868
public java.util.Collection JavaDoc getView(
869   ) {
870     return (java.util.Collection JavaDoc)refGetValue(
871       "org:openmdx:compatibility:view1:ViewCapable:view"
872     );
873   }
874
875   public java.util.List JavaDoc getView(
876     org.openmdx.compatibility.view1.cci.ViewFilter filter
877   ) {
878     return ((org.openmdx.compatibility.base.collection.Container)refGetValue(
879       "org:openmdx:compatibility:view1:ViewCapable:view"
880     )).toList(filter);
881   }
882
883 // ----------------------------------------------------------------------------
884
// Instance/ImplReferenceAddWithQualifier
885
// ----------------------------------------------------------------------------
886
protected void addView (
887     String JavaDoc namespace,
888     org.openmdx.compatibility.view1.cci.View newValue
889   ) {
890     refAddValue(
891       "org:openmdx:compatibility:view1:ViewCapable:view",
892       namespace,
893       newValue
894     );
895   }
896
897 // ----------------------------------------------------------------------------
898
// Instance/ImplReferenceAddWithoutQualifier
899
// ----------------------------------------------------------------------------
900
protected void addView (
901     org.openmdx.compatibility.view1.cci.View newValue
902   ) {
903     refAddValue(
904       "org:openmdx:compatibility:view1:ViewCapable:view",
905       newValue
906     );
907   }
908
909 // ----------------------------------------------------------------------------
910
// Instance/ImplReferenceRemoveWithQualifier
911
// ----------------------------------------------------------------------------
912
protected void removeView (
913     String JavaDoc namespace
914   ) {
915     refRemoveValue(
916       "org:openmdx:compatibility:view1:ViewCapable:view",
917       namespace
918     );
919   }
920
921 // ----------------------------------------------------------------------------
922
// Instance/ImplEnd
923
// ----------------------------------------------------------------------------
924
}
925
Popular Tags