1 package org.opencrx.kernel.depot1.cci; 14 15 public interface Booking 16 extends 17 org.opencrx.kernel.base.cci.PropertySet, 18 org.opencrx.kernel.generic.cci.CrxObject, 19 org.opencrx.kernel.generic.cci.DescriptionContainer, 20 org.opencrx.kernel.product1.cci.ProductConfigurationSet { 21 29 public java.util.Date getBookingDate( 30 ); 31 32 40 public void setBookingDate( 41 java.util.Date newValue 42 ); 43 44 52 public short getBookingStatus( 53 ); 54 55 63 public void setBookingStatus( 64 short newValue 65 ); 66 67 75 public short getBookingType( 76 ); 77 78 86 public void setBookingType( 87 short newValue 88 ); 89 90 98 public org.opencrx.kernel.depot1.cci.CompoundBooking getCb( 99 ); 100 101 109 public void setCb( 110 org.opencrx.kernel.depot1.cci.CompoundBooking newValue 111 ); 112 113 120 public void removeCb ( 121 ); 122 123 130 public String getDescription( 131 ); 132 133 137 138 143 public void setDescription( 144 String newValue 145 ); 146 147 155 public String getName( 156 ); 157 158 166 public void setName( 167 String newValue 168 ); 169 170 178 public org.opencrx.kernel.depot1.cci.BookingOrigin getOrigin( 179 ); 180 181 189 public void setOrigin( 190 org.opencrx.kernel.depot1.cci.BookingOrigin newValue 191 ); 192 193 200 public void removeOrigin ( 201 ); 202 203 211 public org.opencrx.kernel.depot1.cci.DepotPosition getPosition( 212 ); 213 214 222 public void setPosition( 223 org.opencrx.kernel.depot1.cci.DepotPosition newValue 224 ); 225 226 233 public void removePosition ( 234 ); 235 236 244 public java.util.Date getValueDate( 245 ); 246 247 255 public void setValueDate( 256 java.util.Date newValue 257 ); 258 259 } 263 | Popular Tags |