1 package org.opencrx.kernel.activity1.cci; 14 15 public interface AbstractWorkRecord 16 extends 17 org.opencrx.kernel.base.cci.Assignable, 18 org.opencrx.kernel.depot1.cci.BookingOrigin { 19 26 public java.math.BigDecimal getBillableAmount( 27 ); 28 29 37 public short getBillingCurrency( 38 ); 39 40 48 public void setBillingCurrency( 49 short newValue 50 ); 51 52 59 public String getDescription( 60 ); 61 62 66 67 72 public void setDescription( 73 String newValue 74 ); 75 76 84 public short getDurationCalculationMode( 85 ); 86 87 95 public void setDurationCalculationMode( 96 short newValue 97 ); 98 99 107 public int getDurationHours( 108 ); 109 110 118 public void setDurationHours( 119 int newValue 120 ); 121 122 130 public int getDurationMinutes( 131 ); 132 133 141 public void setDurationMinutes( 142 int newValue 143 ); 144 145 152 public java.util.Date getEndedAt( 153 ); 154 155 159 160 165 public void setEndedAt( 166 java.util.Date newValue 167 ); 168 169 177 public boolean isBillable( 178 ); 179 180 188 public void setBillable( 189 boolean newValue 190 ); 191 192 200 public String getName( 201 ); 202 203 211 public void setName( 212 String newValue 213 ); 214 215 222 public Integer getPauseDurationHours( 223 ); 224 225 229 230 235 public void setPauseDurationHours( 236 Integer newValue 237 ); 238 239 246 public Integer getPauseDurationMinutes( 247 ); 248 249 253 254 259 public void setPauseDurationMinutes( 260 Integer newValue 261 ); 262 263 270 public java.math.BigDecimal getRate( 271 ); 272 273 277 278 283 public void setRate( 284 java.math.BigDecimal newValue 285 ); 286 287 295 public short getRateType( 296 ); 297 298 306 public void setRateType( 307 short newValue 308 ); 309 310 317 public java.util.Date getStartedAt( 318 ); 319 320 324 325 330 public void setStartedAt( 331 java.util.Date newValue 332 ); 333 334 342 public org.opencrx.kernel.depot1.cci.CompoundBooking getWorkCb( 343 ); 344 345 } 349 | Popular Tags |