org.weblab_project.core.model
Class Document
java.lang.Object
org.weblab_project.core.model.Resource
org.weblab_project.core.model.MediaUnit
org.weblab_project.core.model.ComposedUnit
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Document
public Document()
Copyright © 2004-2009. All Rights Reserved.