1 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 public String getIdentity( 30 ) { 31 return getIdentity(0); 32 } 33 34 protected String getIdentity( 35 int index 36 ) { 37 return (String )this.refGetValue("org:openmdx:base:ExtentCapable:identity", index); 38 } 39 40 protected void setIdentity( 44 String newValue 45 ) { 46 setIdentity(0, newValue); 47 } 48 49 protected void setIdentity( 50 int index, 51 String newValue 52 ) { 53 refSetValue("org:openmdx:base:ExtentCapable:identity", index, newValue); 54 } 55 } 59 | Popular Tags |