1 package org.opencrx.kernel.contract1.cci; 14 15 public interface ShippingDetail 16 extends org.openmdx.base.accessor.jmi.cci.RefObject_1_0 17 { 18 26 public org.opencrx.kernel.account1.cci.Account getCarrier( 27 ); 28 29 37 public void setCarrier( 38 org.opencrx.kernel.account1.cci.Account newValue 39 ); 40 41 48 public String getGiftMessage( 49 ); 50 51 55 56 61 public void setGiftMessage( 62 String newValue 63 ); 64 65 73 public boolean isGift( 74 ); 75 76 84 public void setGift( 85 boolean newValue 86 ); 87 88 95 public String getShippingInstructions( 96 ); 97 98 102 103 108 public void setShippingInstructions( 109 String newValue 110 ); 111 112 120 public short getShippingMethod( 121 ); 122 123 131 public void setShippingMethod( 132 short newValue 133 ); 134 135 142 public String getShippingTrackingNumber( 143 ); 144 145 149 150 155 public void setShippingTrackingNumber( 156 String newValue 157 ); 158 159 } 163 | Popular Tags |