Package com.xwiki.macros.note.macro
Class NoteMacroParameters
- java.lang.Object
-
- com.xwiki.macros.note.macro.NoteMacroParameters
-
@Unstable public class NoteMacroParameters extends Object
- Since:
- 1.9.1
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description NoteMacroParameters()
-
-
-
Method Detail
-
getTitle
public String getTitle()
- Returns:
- the title of the note.
-
setTitle
public void setTitle(String title)
- Parameters:
title- seegetTitle().
-
-