org.weblab_project.core.model
Class Document

java.lang.Object
  extended by org.weblab_project.core.model.Resource
      extended by org.weblab_project.core.model.MediaUnit
          extended by org.weblab_project.core.model.ComposedUnit
              extended by org.weblab_project.core.model.Document
All Implemented Interfaces:
java.io.Serializable

public class Document
extends ComposedUnit
implements java.io.Serializable

A document is assumed to be a composed unit which handle the references of all the unit which have been build on it through the multiple processes. As a resource, a document could be annotated to provide, for example, meta-information on the original document source, the author or the original creation date... Data Exchange Model for WebLab platform provided by EADS Core package - Version 1.1 - 2009/05

Java class for document complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="document">
   <complexContent>
     <extension base="{http://weblab-project.org/core/model/}composedUnit">
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.weblab_project.core.model.ComposedUnit
mediaUnit, synchronised
 
Fields inherited from class org.weblab_project.core.model.MediaUnit
segment
 
Fields inherited from class org.weblab_project.core.model.Resource
annotation, descriptor, uri
 
Constructor Summary
Document()
           
 
Method Summary
 
Methods inherited from class org.weblab_project.core.model.ComposedUnit
getMediaUnit, isSynchronised, setSynchronised
 
Methods inherited from class org.weblab_project.core.model.MediaUnit
getSegment
 
Methods inherited from class org.weblab_project.core.model.Resource
getAnnotation, getDescriptor, getUri, setUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Document

public Document()


Copyright © 2004-2009. All Rights Reserved.