1 package org.opencrx.kernel.depot1.cci; 14 15 public interface DepotPosition 16 extends 17 org.opencrx.kernel.generic.cci.CrxObject { 18 28 public org.opencrx.kernel.depot1.cci.Booking getBooking( 29 String id 30 ); 31 32 41 public java.util.Collection getBooking( 42 ); 43 44 51 public java.util.List getBooking( 52 org.opencrx.kernel.depot1.cci.BookingFilter filter 53 ); 54 55 59 public org.opencrx.kernel.depot1.cci.CloseDepotPositionResult closeDepotPosition( 60 org.opencrx.kernel.depot1.cci.CloseDepotPositionParams params 61 ) throws javax.jmi.reflect.RefException ; 62 63 65 public org.opencrx.kernel.depot1.cci.CloseDepotPositionResult closeDepotPosition( 66 java.util.Date closingDate 67 ) throws javax.jmi.reflect.RefException ; 68 69 76 public java.util.Date getClosingDate( 77 ); 78 79 83 84 89 public void setClosingDate( 90 java.util.Date newValue 91 ); 92 93 101 public org.opencrx.kernel.depot1.cci.Depot getDepot( 102 ); 103 104 111 public String getDescription( 112 ); 113 114 118 119 124 public void setDescription( 125 String newValue 126 ); 127 128 136 public boolean isLocked( 137 ); 138 139 147 public void setLocked( 148 boolean newValue 149 ); 150 151 159 public String getName( 160 ); 161 162 170 public void setName( 171 String newValue 172 ); 173 174 182 public java.util.Date getOpeningDate( 183 ); 184 185 193 public void setOpeningDate( 194 java.util.Date newValue 195 ); 196 197 204 public String getQualifier( 205 ); 206 207 211 212 217 public void setQualifier( 218 String newValue 219 ); 220 221 } 225 | Popular Tags |