Class ListItemImpl
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.contentblocks.ListItemImpl
- All Implemented Interfaces:
ContentBlock,ContentBlockNode,ListItem
public class ListItemImpl extends ContentBlockNodeImpl implements ListItem
-
Field Summary
Fields inherited from class de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockNodeImpl
contentBlocks -
Constructor Summary
Constructors Constructor Description ListItemImpl()ListItemImpl(java.lang.String text) -
Method Summary
Methods 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.ContentBlockNode
addContentBlock, getContentBlocks, setContentBlocks
-
Constructor Details
-
ListItemImpl
public ListItemImpl() -
ListItemImpl
public ListItemImpl(java.lang.String text)
-
-
Method Details
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classContentBlockNodeImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classContentBlockNodeImpl
-
toString
public java.lang.String toString()- Overrides:
toStringin classContentBlockNodeImpl
-