1 package org.opencrx.kernel.depot1.cci; 14 15 public interface CreateBookingByProductParams 16 extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0 { 17 18 26 public org.opencrx.kernel.depot1.cci.BookingText getBookingText( 27 ); 28 29 37 public String getBookingTextName( 38 ); 39 40 48 public short getBookingType( 49 ); 50 51 59 public org.opencrx.kernel.depot1.cci.Depot getDepotCredit( 60 ); 61 62 70 public org.opencrx.kernel.depot1.cci.Depot getDepotDebit( 71 ); 72 73 81 public String getDepotNumberCredit( 82 ); 83 84 92 public String getDepotNumberDebit( 93 ); 94 95 103 public org.opencrx.kernel.product1.cci.Product getProduct( 104 ); 105 106 114 public java.math.BigDecimal getQuantity( 115 ); 116 117 125 public org.opencrx.kernel.depot1.cci.CompoundBooking getReversalOf( 126 ); 127 128 136 public java.util.Date getValueDate( 137 ); 138 139 } 143 | Popular Tags |