1 package org.opencrx.kernel.product1.cci; 14 15 public interface PriceOverrideEnabled 16 extends org.openmdx.base.accessor.jmi.cci.RefObject_1_0 17 { 18 25 public java.math.BigDecimal getDiscount( 26 ); 27 28 32 33 38 public void setDiscount( 39 java.math.BigDecimal newValue 40 ); 41 42 49 public Boolean isDiscountIsPercentage( 50 ); 51 52 56 57 62 public void setDiscountIsPercentage( 63 Boolean newValue 64 ); 65 66 73 public Boolean isOverridePrice( 74 ); 75 76 80 81 86 public void setOverridePrice( 87 Boolean newValue 88 ); 89 90 98 public org.opencrx.kernel.product1.cci.PricingRule getPricingRule( 99 ); 100 101 109 public void setPricingRule( 110 org.opencrx.kernel.product1.cci.PricingRule newValue 111 ); 112 113 120 public void removePricingRule ( 121 ); 122 123 } 127 | Popular Tags |