KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > openmdx > base > cci > ExtentCapableImpl


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:39:07 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.openmdx.base.cci;
14
15 public class ExtentCapableImpl
16   extends org.openmdx.base.accessor.jmi.spi.RefObject_1
17   implements ExtentCapable {
18
19   public ExtentCapableImpl(
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/ImplAttributeGet1_1
28
// ----------------------------------------------------------------------------
29
public String JavaDoc getIdentity(
30   ) {
31     return getIdentity(0);
32   }
33
34   protected String JavaDoc getIdentity(
35     int index
36   ) {
37     return (String JavaDoc)this.refGetValue("org:openmdx:base:ExtentCapable:identity", index);
38   }
39
40 // ----------------------------------------------------------------------------
41
// Instance/ImplAttributeSet1_1
42
// ----------------------------------------------------------------------------
43
protected void setIdentity(
44     String JavaDoc newValue
45   ) {
46     setIdentity(0, newValue);
47   }
48
49   protected void setIdentity(
50     int index,
51     String JavaDoc newValue
52   ) {
53     refSetValue("org:openmdx:base:ExtentCapable:identity", index, newValue);
54   }
55 // ----------------------------------------------------------------------------
56
// Instance/ImplEnd
57
// ----------------------------------------------------------------------------
58
}
59
Popular Tags