Interface Content

All Superinterfaces:
Serializable
All Known Implementing Classes:
ContentImpl

public interface Content extends Serializable
  • Method Details

    • getFormat

      String getFormat()
      Returns:
      the format
    • setFormat

      void setFormat(String format)
      Parameters:
      format - the format to set
    • getContent

      String getContent()
      Returns:
      the content
    • setContent

      void setContent(String content)
      Parameters:
      content - the content to set