Class TextDto

java.lang.Object
com.mindstore.backend.data.dto.TextDto

public class TextDto extends Object
TextDto class used as counterpart to text document
  • Constructor Details

    • TextDto

      public TextDto()
      default constructor
  • Method Details

    • getCommandList

      public List<String> getCommandList()
      default getter
      Returns:
      List of strings commands
    • setCommandList

      public void setCommandList(List<String> commandList)
      default setter
      Parameters:
      commandList - List of String commands
    • getTags

      public List<Category> getTags()
      default getter
      Returns:
      List of categories
    • setTags

      public void setTags(List<Category> tags)
      default setter
      Parameters:
      tags - List of categories
    • getContent_html

      public String getContent_html()
      default getter
      Returns:
      List of strings content html
    • setContent_html

      public void setContent_html(String content_html)
      default setter
      Parameters:
      content_html - String
    • getContent_raw

      public String getContent_raw()
      default getter
      Returns:
      List of strings content raw
    • setContent_raw

      public void setContent_raw(String content_raw)
      default setter
      Parameters:
      content_raw - String
    • getTitle

      public String getTitle()
      default getter
      Returns:
      title String
    • setTitle

      public void setTitle(String title)
      default setter
      Parameters:
      title - String