Class NoteMacroParameters

java.lang.Object
com.xwiki.macros.note.macro.NoteMacroParameters

@Unstable public class NoteMacroParameters extends Object
Since:
1.9.1
Version:
$Id$
  • Constructor Details

    • NoteMacroParameters

      public NoteMacroParameters()
  • Method Details

    • getTitle

      public String getTitle()
      Returns:
      the title of the note.
    • setTitle

      public void setTitle(String title)
      Parameters:
      title - see getTitle().