1 package org.opencrx.kernel.product1.cci; 14 15 public interface ContractPositionConstrained 16 extends org.openmdx.base.accessor.jmi.cci.RefObject_1_0 17 { 18 25 public Boolean isAllowModification( 26 ); 27 28 32 33 38 public void setAllowModification( 39 Boolean newValue 40 ); 41 42 49 public Boolean isAllowRemoval( 50 ); 51 52 56 57 62 public void setAllowRemoval( 63 Boolean newValue 64 ); 65 66 73 public Integer getDefaultPositions( 74 ); 75 76 80 81 86 public void setDefaultPositions( 87 Integer newValue 88 ); 89 90 97 public java.math.BigDecimal getDefaultQuantity( 98 ); 99 100 104 105 110 public void setDefaultQuantity( 111 java.math.BigDecimal newValue 112 ); 113 114 122 public int getItemNumber( 123 ); 124 125 133 public void setItemNumber( 134 int newValue 135 ); 136 137 144 public Integer getMaxPositions( 145 ); 146 147 151 152 157 public void setMaxPositions( 158 Integer newValue 159 ); 160 161 168 public java.math.BigDecimal getMaxQuantity( 169 ); 170 171 175 176 181 public void setMaxQuantity( 182 java.math.BigDecimal newValue 183 ); 184 185 193 public short getMinMaxQuantityHandling( 194 ); 195 196 204 public void setMinMaxQuantityHandling( 205 short newValue 206 ); 207 208 215 public Integer getMinPositions( 216 ); 217 218 222 223 228 public void setMinPositions( 229 Integer newValue 230 ); 231 232 239 public java.math.BigDecimal getMinQuantity( 240 ); 241 242 246 247 252 public void setMinQuantity( 253 java.math.BigDecimal newValue 254 ); 255 256 263 public java.math.BigDecimal getOffsetQuantity( 264 ); 265 266 270 271 276 public void setOffsetQuantity( 277 java.math.BigDecimal newValue 278 ); 279 280 } 284 | Popular Tags |