1 package org.opencrx.kernel.activity1.cci; 14 15 public interface ResourceAssignment 16 extends 17 org.opencrx.kernel.base.cci.SecureObject, 18 org.openmdx.base.cci.BasicObject { 19 27 public org.opencrx.kernel.activity1.cci.Calendar getCalendar( 28 ); 29 30 38 public void setCalendar( 39 org.opencrx.kernel.activity1.cci.Calendar newValue 40 ); 41 42 49 public void removeCalendar ( 50 ); 51 52 59 public String getDescription( 60 ); 61 62 66 67 72 public void setDescription( 73 String newValue 74 ); 75 76 84 public String getName( 85 ); 86 87 95 public void setName( 96 String newValue 97 ); 98 99 107 public org.opencrx.kernel.activity1.cci.Resource getResource( 108 ); 109 110 118 public void setResource( 119 org.opencrx.kernel.activity1.cci.Resource newValue 120 ); 121 122 129 public void removeResource ( 130 ); 131 132 139 public Short getResourceOrder( 140 ); 141 142 146 147 152 public void setResourceOrder( 153 Short newValue 154 ); 155 156 164 public short getResourceRole( 165 ); 166 167 175 public void setResourceRole( 176 short newValue 177 ); 178 179 186 public Short getWorkDurationPercentage( 187 ); 188 189 193 194 199 public void setWorkDurationPercentage( 200 Short newValue 201 ); 202 203 213 public org.opencrx.kernel.activity1.cci.ActivityWorkRecord getWorkRecord( 214 String id 215 ); 216 217 226 public java.util.Collection getWorkRecord( 227 ); 228 229 236 public java.util.List getWorkRecord( 237 org.opencrx.kernel.activity1.cci.ActivityWorkRecordFilter filter 238 ); 239 240 248 public void addWorkRecord ( 249 String id, 250 org.opencrx.kernel.activity1.cci.ActivityWorkRecord newValue 251 ); 252 253 260 public void addWorkRecord ( 261 org.opencrx.kernel.activity1.cci.ActivityWorkRecord newValue 262 ); 263 264 270 public void removeWorkRecord ( 271 String id 272 ); 273 } 277 | Popular Tags |