1 package org.opencrx.kernel.product1.cci; 14 15 public interface Product 16 extends 17 org.opencrx.kernel.depot1.cci.DepotReferenceHolder, 18 org.opencrx.kernel.generic.cci.DescriptionContainer, 19 org.opencrx.kernel.generic.cci.Pictured, 20 org.opencrx.kernel.product1.cci.AbstractProduct, 21 org.opencrx.kernel.product1.cci.ContractPositionConstrained, 22 org.opencrx.kernel.product1.cci.ProductConfigurationSet { 23 30 public java.math.BigDecimal getGrossWeightKilogram( 31 ); 32 33 37 38 43 public void setGrossWeightKilogram( 44 java.math.BigDecimal newValue 45 ); 46 47 54 public Boolean isStockItem( 55 ); 56 57 61 62 67 public void setStockItem( 68 Boolean newValue 69 ); 70 71 78 public java.math.BigDecimal getNetWeightKilogram( 79 ); 80 81 85 86 91 public void setNetWeightKilogram( 92 java.math.BigDecimal newValue 93 ); 94 95 102 public String getProductDimension( 103 ); 104 105 109 110 115 public void setProductDimension( 116 String newValue 117 ); 118 119 129 public org.opencrx.kernel.product1.cci.RelatedProduct getRelatedProduct( 130 String id 131 ); 132 133 142 public java.util.Collection getRelatedProduct( 143 ); 144 145 152 public java.util.List getRelatedProduct( 153 org.opencrx.kernel.product1.cci.RelatedProductFilter filter 154 ); 155 156 164 public void addRelatedProduct ( 165 String id, 166 org.opencrx.kernel.product1.cci.RelatedProduct newValue 167 ); 168 169 176 public void addRelatedProduct ( 177 org.opencrx.kernel.product1.cci.RelatedProduct newValue 178 ); 179 180 186 public void removeRelatedProduct ( 187 String id 188 ); 189 193 public org.openmdx.base.cci.Void setConfigurationType( 194 org.opencrx.kernel.product1.cci.SetConfigurationTypeParams params 195 ) throws javax.jmi.reflect.RefException ; 196 197 199 public org.openmdx.base.cci.Void setConfigurationType( 200 org.opencrx.kernel.product1.cci.ProductConfigurationTypeSet configurationType 201 ) throws javax.jmi.reflect.RefException ; 202 203 } 207 | Popular Tags |