1 package org.opencrx.kernel.activity1.cci; 14 15 public interface WorkReportEntry 16 extends 17 org.opencrx.kernel.base.cci.SecureObject, 18 org.openmdx.base.cci.BasicObject { 19 27 public org.opencrx.kernel.activity1.cci.Activity getActivity( 28 ); 29 30 38 public String getActivityNumber( 39 ); 40 41 49 public org.opencrx.kernel.activity1.cci.ResourceAssignment getAssignment( 50 ); 51 52 59 public java.math.BigDecimal getBillableAmount( 60 ); 61 62 70 public short getBillingCurrency( 71 ); 72 73 80 public String getDescription( 81 ); 82 83 90 public java.math.BigDecimal getDurationDecimal( 91 ); 92 93 100 public String getDurationHhMm( 101 ); 102 103 111 public short getDurationHours( 112 ); 113 114 122 public short getDurationMinutes( 123 ); 124 125 133 public java.util.Date getEndedAt( 134 ); 135 136 144 public String getName( 145 ); 146 147 154 public java.math.BigDecimal getPauseDurationDecimal( 155 ); 156 157 164 public String getPauseDurationHhMm( 165 ); 166 167 174 public Short getPauseDurationHours( 175 ); 176 177 184 public Short getPauseDurationMinutes( 185 ); 186 187 195 public org.opencrx.kernel.activity1.cci.Resource getResource( 196 ); 197 198 206 public void setResource( 207 org.opencrx.kernel.activity1.cci.Resource newValue 208 ); 209 210 217 public void removeResource ( 218 ); 219 220 228 public java.util.Date getStartedAt( 229 ); 230 231 239 public org.opencrx.kernel.activity1.cci.ActivityWorkRecord getWorkRecord( 240 ); 241 242 } 246 | Popular Tags |