Class TextImpl
java.lang.Object
de.digitalcollections.model.impl.identifiable.parts.structuredcontent.ContentBlockImpl
de.digitalcollections.model.impl.identifiable.parts.structuredcontent.contentblocks.TextImpl
- All Implemented Interfaces:
ContentBlock,Text
public class TextImpl extends ContentBlockImpl implements Text
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
TextImpl
public TextImpl() -
TextImpl
public TextImpl(java.lang.String text) -
TextImpl
public TextImpl(java.lang.String text, java.lang.String... marks)
-
-
Method Details
-
getText
public java.lang.String getText() -
setText
public void setText(java.lang.String text) -
getMarks
-
setMarks
-
addMark
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-