org.weblab_project.core.model.structure
Class Cell

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.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

Field Summary
protected  MediaUnit mediaUnit
           
 
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
Cell()
           
 
Method Summary
 MediaUnit getMediaUnit()
          Gets the value of the mediaUnit property.
 void setMediaUnit(MediaUnit value)
          Sets the value of the mediaUnit property.
 
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
 

Field Detail

mediaUnit

protected MediaUnit mediaUnit
Constructor Detail

Cell

public Cell()
Method Detail

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.