1 package org.opencrx.kernel.home1.cci; 14 15 public interface Subscription 16 extends 17 org.opencrx.kernel.base.cci.SecureObject, 18 org.opencrx.kernel.base.cci.Subscription, 19 org.openmdx.base.cci.BasicObject { 20 27 public String getDescription( 28 ); 29 30 34 35 40 public void setDescription( 41 String newValue 42 ); 43 44 51 public java.util.Set getEventType( 52 ); 53 54 61 public void setEventType( 62 java.util.Set newValue 63 ); 64 71 public String getFilterName0( 72 ); 73 74 78 79 84 public void setFilterName0( 85 String newValue 86 ); 87 88 95 public String getFilterName1( 96 ); 97 98 102 103 108 public void setFilterName1( 109 String newValue 110 ); 111 112 119 public String getFilterName2( 120 ); 121 122 126 127 132 public void setFilterName2( 133 String newValue 134 ); 135 136 143 public String getFilterName3( 144 ); 145 146 150 151 156 public void setFilterName3( 157 String newValue 158 ); 159 160 167 public String getFilterName4( 168 ); 169 170 174 175 180 public void setFilterName4( 181 String newValue 182 ); 183 184 191 public String getFilterValue0( 192 ); 193 194 198 199 204 public void setFilterValue0( 205 String newValue 206 ); 207 208 215 public String getFilterValue1( 216 ); 217 218 222 223 228 public void setFilterValue1( 229 String newValue 230 ); 231 232 239 public String getFilterValue2( 240 ); 241 242 246 247 252 public void setFilterValue2( 253 String newValue 254 ); 255 256 263 public String getFilterValue3( 264 ); 265 266 270 271 276 public void setFilterValue3( 277 String newValue 278 ); 279 280 287 public String getFilterValue4( 288 ); 289 290 294 295 300 public void setFilterValue4( 301 String newValue 302 ); 303 304 312 public boolean isActive( 313 ); 314 315 323 public void setActive( 324 boolean newValue 325 ); 326 327 335 public String getName( 336 ); 337 338 346 public void setName( 347 String newValue 348 ); 349 350 358 public org.opencrx.kernel.workflow1.cci.Topic getTopic( 359 ); 360 361 369 public void setTopic( 370 org.opencrx.kernel.workflow1.cci.Topic newValue 371 ); 372 373 380 public void removeTopic ( 381 ); 382 383 } 387 | Popular Tags |