1 package org.opencrx.kernel.product1.cci; 14 15 public class ProductBundlePositionImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefObject_1 17 implements ProductBundlePosition { 18 19 public ProductBundlePositionImpl( 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.ProductBundle getBasedOn( 30 ) { 31 return (org.opencrx.kernel.product1.cci.ProductBundle)refGetValue( 32 "org:opencrx:kernel:product1:ProductBundlePosition:basedOn" 33 ); 34 } 35 36 protected void setBasedOn( 40 org.opencrx.kernel.product1.cci.ProductBundle newValue 41 ) { 42 refSetValue( 43 "org:opencrx:kernel:product1:ProductBundlePosition:basedOn", 44 newValue 45 ); 46 } 47 48 protected void removeBasedOn ( 52 ) { 53 refRemoveValue( 54 "org:opencrx:kernel:product1:ProductBundlePosition:basedOn" 55 ); 56 } 57 public org.opencrx.kernel.product1.cci.ProductOfferingPosition getParentPosition( 61 ) { 62 return (org.opencrx.kernel.product1.cci.ProductOfferingPosition)refGetValue( 63 "org:opencrx:kernel:product1:ProductBundlePosition:parentPosition" 64 ); 65 } 66 67 public void setParentPosition( 71 org.opencrx.kernel.product1.cci.ProductOfferingPosition newValue 72 ) { 73 refSetValue( 74 "org:opencrx:kernel:product1:ProductBundlePosition:parentPosition", 75 newValue 76 ); 77 } 78 79 public void removeParentPosition ( 83 ) { 84 refRemoveValue( 85 "org:opencrx:kernel:product1:ProductBundlePosition:parentPosition" 86 ); 87 } 88 } 92 | Popular Tags |