Class TextContentImpl

java.lang.Object
com.priint.pubserver.metadata.xml.placeholder.TextContentImpl
All Implemented Interfaces:
TextContent, Serializable

public class TextContentImpl extends Object implements TextContent, Serializable
See Also:
  • Constructor Details

    • TextContentImpl

      public TextContentImpl()
  • Method Details

    • getFormat

      public String getFormat()
      Description copied from interface: TextContent
      Gets the format of content.
      Specified by:
      getFormat in interface TextContent
      Returns:
      format
    • setFormat

      public void setFormat(String format)
      Description copied from interface: TextContent
      Sets the format of content.
      Specified by:
      setFormat in interface TextContent
      Parameters:
      format - the new format
    • getContent

      public String getContent()
      Description copied from interface: TextContent
      Gets the text content of placeholder.
      Specified by:
      getContent in interface TextContent
      Returns:
      format
    • setContent

      public void setContent(String content)
      Description copied from interface: TextContent
      Sets the text content for placeholder
      Specified by:
      setContent in interface TextContent
      Parameters:
      content - the new content
    • getContentElement

      public Content getContentElement()
      Description copied from interface: TextContent
      Gets the text content of placeholder.
      Specified by:
      getContentElement in interface TextContent
      Returns:
      format
    • setContentElement

      public void setContentElement(Content content)
      Description copied from interface: TextContent
      Sets the text content for placeholder
      Specified by:
      setContentElement in interface TextContent
      Parameters:
      content - the new content
      See Also: