1 package org.opencrx.kernel.product1.cci; 14 15 public class GetPriceLevelParamsImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefStruct_1 17 implements GetPriceLevelParams { 18 19 public GetPriceLevelParamsImpl( 20 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 refPackage, 21 java.util.List args 22 ) { 23 super(refPackage, args); 24 } 25 26 public GetPriceLevelParamsImpl( 27 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 refPackage, 28 java.lang.Object arg 29 ) { 30 super(refPackage, arg); 31 } 32 33 public String refQualifiedTypeName( 34 ) { 35 return "org:opencrx:kernel:product1:GetPriceLevelParams"; 36 } 37 38 public org.opencrx.kernel.contract1.cci.AbstractContract getContract( 42 ) { 43 return getContract(0); 44 } 45 46 private org.opencrx.kernel.contract1.cci.AbstractContract getContract( 47 int index 48 ) { 49 return (org.opencrx.kernel.contract1.cci.AbstractContract)this.refGetValue("org:opencrx:kernel:product1:GetPriceLevelParams:contract", index); 50 } 51 52 public org.opencrx.kernel.uom1.cci.Uom getPriceUom ( 56 ) { 57 return (org.opencrx.kernel.uom1.cci.Uom)this.refGetValue("priceUom", 0); 58 } 59 public java.util.Date getPricingDate ( 63 ) { 64 return (java.util.Date )this.refGetValue("pricingDate", 0); 65 } 66 public org.opencrx.kernel.product1.cci.AbstractProduct getProduct( 70 ) { 71 return getProduct(0); 72 } 73 74 private org.opencrx.kernel.product1.cci.AbstractProduct getProduct( 75 int index 76 ) { 77 return (org.opencrx.kernel.product1.cci.AbstractProduct)this.refGetValue("org:opencrx:kernel:product1:GetPriceLevelParams:product", index); 78 } 79 80 public java.math.BigDecimal getQuantity ( 84 ) { 85 return (java.math.BigDecimal )this.refGetValue("quantity", 0); 86 } 87 } 91 | Popular Tags |