1 package org.opencrx.kernel.document1.cci; 14 15 public interface Document 16 extends 17 org.opencrx.kernel.base.cci.Auditee, 18 org.opencrx.kernel.base.cci.Importer, 19 org.opencrx.kernel.base.cci.SecureObject, 20 org.opencrx.kernel.base.cci.XmlExporter, 21 org.openmdx.base.cci.BasicObject { 22 29 public java.util.Date getActiveOn( 30 ); 31 32 36 37 42 public void setActiveOn( 43 java.util.Date newValue 44 ); 45 46 53 public java.util.Date getActiveUntil( 54 ); 55 56 60 61 66 public void setActiveUntil( 67 java.util.Date newValue 68 ); 69 70 77 public String getAuthor( 78 ); 79 80 84 85 90 public void setAuthor( 91 String newValue 92 ); 93 94 102 public short getContentLanguage( 103 ); 104 105 113 public void setContentLanguage( 114 short newValue 115 ); 116 117 124 public Integer getContentLength( 125 ); 126 127 131 132 137 public void setContentLength( 138 Integer newValue 139 ); 140 141 148 public String getContentType( 149 ); 150 151 155 156 161 public void setContentType( 162 String newValue 163 ); 164 165 172 public String getDocumentAbstract( 173 ); 174 175 179 180 185 public void setDocumentAbstract( 186 String newValue 187 ); 188 189 196 public String getDocumentNumber( 197 ); 198 199 203 204 209 public void setDocumentNumber( 210 String newValue 211 ); 212 213 221 public short getDocumentState( 222 ); 223 224 232 public void setDocumentState( 233 short newValue 234 ); 235 236 244 public short getDocumentType( 245 ); 246 247 255 public void setDocumentType( 256 short newValue 257 ); 258 259 269 public org.opencrx.kernel.document1.cci.DocumentFolder getFolder( 270 int index 271 ); 272 273 281 public java.util.Collection getFolder( 282 ); 283 284 292 public void addFolder ( 293 int index, 294 org.opencrx.kernel.document1.cci.DocumentFolder newValue 295 ); 296 297 304 public void addFolder ( 305 org.opencrx.kernel.document1.cci.DocumentFolder newValue 306 ); 307 308 314 public void removeFolder ( 315 int index 316 ); 317 325 public org.opencrx.kernel.document1.cci.DocumentRevision getHeadRevision( 326 ); 327 328 336 public void setHeadRevision( 337 org.opencrx.kernel.document1.cci.DocumentRevision newValue 338 ); 339 340 347 public void removeHeadRevision ( 348 ); 349 350 357 public String getKeywords( 358 ); 359 360 364 365 370 public void setKeywords( 371 String newValue 372 ); 373 374 382 public short getLiteratureType( 383 ); 384 385 393 public void setLiteratureType( 394 short newValue 395 ); 396 397 404 public String getLocation( 405 ); 406 407 411 412 417 public void setLocation( 418 String newValue 419 ); 420 421 431 public org.opencrx.kernel.document1.cci.DocumentRevision getRevision( 432 String id 433 ); 434 435 444 public java.util.Collection getRevision( 445 ); 446 447 454 public java.util.List getRevision( 455 org.opencrx.kernel.document1.cci.DocumentRevisionFilter filter 456 ); 457 458 466 public void addRevision ( 467 String id, 468 org.opencrx.kernel.document1.cci.DocumentRevision newValue 469 ); 470 471 478 public void addRevision ( 479 org.opencrx.kernel.document1.cci.DocumentRevision newValue 480 ); 481 482 488 public void removeRevision ( 489 String id 490 ); 491 498 public String getSearchText( 499 ); 500 501 505 506 511 public void setSearchText( 512 String newValue 513 ); 514 515 522 public String getTitle( 523 ); 524 525 529 530 535 public void setTitle( 536 String newValue 537 ); 538 539 } 543 | Popular Tags |