1 package org.opencrx.kernel.product1.cci; 14 15 public class ProductDescriptorImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefObject_1 17 implements ProductDescriptor { 18 19 public ProductDescriptorImpl( 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 org.opencrx.kernel.product1.cci.Product getProduct( 30 ) { 31 return (org.opencrx.kernel.product1.cci.Product)refGetValue( 32 "org:opencrx:kernel:product1:ProductDescriptor:product" 33 ); 34 } 35 36 protected void setProduct( 40 org.opencrx.kernel.product1.cci.Product newValue 41 ) { 42 refSetValue( 43 "org:opencrx:kernel:product1:ProductDescriptor:product", 44 newValue 45 ); 46 } 47 48 protected void removeProduct ( 52 ) { 53 refRemoveValue( 54 "org:opencrx:kernel:product1:ProductDescriptor:product" 55 ); 56 } 57 } 61 | Popular Tags |