Interface Content

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    ContentImpl

    public interface Content
    extends java.io.Serializable
    • Method Detail

      • getFormat

        java.lang.String getFormat()
        Returns:
        the format
      • setFormat

        void setFormat​(java.lang.String format)
        Parameters:
        format - the format to set
      • getContent

        java.lang.String getContent()
        Returns:
        the content
      • setContent

        void setContent​(java.lang.String content)
        Parameters:
        content - the content to set