java.lang.Object
eu.dnetlib.data.mdstore.manager.utils.zeppelin.Paragraph

public class Paragraph extends Object
  • Constructor Details

    • Paragraph

      public Paragraph()
    • Paragraph

      public Paragraph(String title, String text, int index)
  • Method Details

    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getIndex

      public int getIndex()
    • setIndex

      public void setIndex(int index)
    • getConfig

      public Map<String,Object> getConfig()
    • setConfig

      public void setConfig(Map<String,Object> config)