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