org.weblab_project.core.model.structure
Class Cell
java.lang.Object
org.weblab_project.core.model.Resource
org.weblab_project.core.model.MediaUnit
org.weblab_project.core.model.structure.Cell
- All Implemented Interfaces:
- java.io.Serializable
public class Cell
- extends MediaUnit
- implements java.io.Serializable
A cell is a specific mediaUnit that could handle content structured in table. It handles a mediaUnit to reflect the content of the cell.
As a resource, cell could be annotated to provide, for example, meta-information on its creation date, its version or its content.
Data Exchange Model for WebLab platform provided by EADS Structure package - Version 1.1 - 2009/05
Java class for cell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cell">
<complexContent>
<extension base="{http://weblab-project.org/core/model/}mediaUnit">
<sequence>
<element name="mediaUnit" type="{http://weblab-project.org/core/model/}mediaUnit"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Constructor Summary |
Cell()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mediaUnit
protected MediaUnit mediaUnit
Cell
public Cell()
getMediaUnit
public MediaUnit getMediaUnit()
- Gets the value of the mediaUnit property.
- Returns:
- possible object is
MediaUnit
setMediaUnit
public void setMediaUnit(MediaUnit value)
- Sets the value of the mediaUnit property.
- Parameters:
value
- allowed object is
MediaUnit
Copyright © 2004-2009. All Rights Reserved.