1 package org.opencrx.kernel.depot1.cci; 14 15 public interface CreateBookingByPositionParams 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.DepotPosition getPositionCredit( 60 ); 61 62 70 public org.opencrx.kernel.depot1.cci.DepotPosition getPositionDebit( 71 ); 72 73 81 public java.math.BigDecimal getQuantity( 82 ); 83 84 92 public org.opencrx.kernel.depot1.cci.CompoundBooking getReversalOf( 93 ); 94 95 103 public java.util.Date getValueDate( 104 ); 105 106 } 110 | Popular Tags |