Class TextContentImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.element.TextContentImpl
-
- All Implemented Interfaces:
TextContent,java.io.Serializable
public class TextContentImpl extends java.lang.Object implements java.io.Serializable, TextContent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextContentImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Paragraph>getParagraphs()ParagraphGets the paragraphs.TextflowgetTextflow()TextflowGets the textflow.voidsetParagraphs(java.util.List<Paragraph> paragraphs)ParagraphSets the paragraphs.voidsetTextflow(Textflow textflow)TextflowSets the textflow.
-
-
-
Method Detail
-
getParagraphs
public java.util.List<Paragraph> getParagraphs()
Description copied from interface:TextContentParagraphGets the paragraphs.- Specified by:
getParagraphsin interfaceTextContent- Returns:
- the paragraphs
- See Also:
Paragraph
-
setParagraphs
public void setParagraphs(java.util.List<Paragraph> paragraphs)
Description copied from interface:TextContentParagraphSets the paragraphs.- Specified by:
setParagraphsin interfaceTextContent- Parameters:
paragraphs- the new paragraphs- See Also:
Paragraph
-
getTextflow
public Textflow getTextflow()
Description copied from interface:TextContentTextflowGets the textflow.- Specified by:
getTextflowin interfaceTextContent- Returns:
- the textflow
- See Also:
Textflow
-
setTextflow
public void setTextflow(Textflow textflow)
Description copied from interface:TextContentTextflowSets the textflow.- Specified by:
setTextflowin interfaceTextContent- Parameters:
textflow- the new textflow- See Also:
Textflow
-
-