Class TableCellImpl
java.lang.Object
de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockImpl
de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockNodeImpl
de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockNodeWithAttributesImpl
de.digitalcollections.model.impl.identifiable.parts.structuredcontent.contentblocks.TableCellImpl
- All Implemented Interfaces:
ContentBlock,ContentBlockNode,Attributes,TableCell
public class TableCellImpl extends ContentBlockNodeWithAttributesImpl implements TableCell
-
Field Summary
Fields inherited from class de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockNodeImpl
contentBlocks -
Constructor Summary
Constructors Constructor Description TableCellImpl()TableCellImpl(java.lang.String colspan, java.lang.String rowspan, java.lang.String colwidth) -
Method Summary
Methods inherited from class de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockNodeWithAttributesImpl
addAttribute, equals, getAttribute, getAttributes, hashCode, setAttributes, toStringMethods inherited from class de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockNodeImpl
addContentBlock, getContentBlocks, setContentBlocksMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.digitalcollections.model.api.identifiable.parts.structuredcontent.contentblocks.Attributes
addAttribute, getAttribute, getAttributes, setAttributesMethods inherited from interface de.digitalcollections.model.api.identifiable.parts.structuredcontent.ContentBlockNode
addContentBlock, getContentBlocks, setContentBlocks
-
Constructor Details
-
TableCellImpl
public TableCellImpl() -
TableCellImpl
public TableCellImpl(java.lang.String colspan, java.lang.String rowspan, java.lang.String colwidth)
-