Class TextContentImpl
java.lang.Object
com.priint.pubserver.metadata.xml.placeholder.TextContentImpl
- All Implemented Interfaces:
TextContent,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the text content of placeholder.Gets the text content of placeholder.Gets the format of content.voidsetContent(String content) Sets the text content for placeholdervoidsetContentElement(Content content) Sets the text content for placeholdervoidSets the format of content.
-
Constructor Details
-
TextContentImpl
public TextContentImpl()
-
-
Method Details
-
getFormat
Description copied from interface:TextContentGets the format of content.- Specified by:
getFormatin interfaceTextContent- Returns:
- format
-
setFormat
Description copied from interface:TextContentSets the format of content.- Specified by:
setFormatin interfaceTextContent- Parameters:
format- the new format
-
getContent
Description copied from interface:TextContentGets the text content of placeholder.- Specified by:
getContentin interfaceTextContent- Returns:
- format
-
setContent
Description copied from interface:TextContentSets the text content for placeholder- Specified by:
setContentin interfaceTextContent- Parameters:
content- the new content
-
getContentElement
Description copied from interface:TextContentGets the text content of placeholder.- Specified by:
getContentElementin interfaceTextContent- Returns:
- format
-
setContentElement
Description copied from interface:TextContentSets the text content for placeholder- Specified by:
setContentElementin interfaceTextContent- Parameters:
content- the new content- See Also:
-