org.xwiki.rendering.macro.id
Class IdMacroParameters

java.lang.Object
  extended by org.xwiki.rendering.macro.id.IdMacroParameters

public class IdMacroParameters
extends Object

Parameters for the org.xwiki.rendering.internal.macro.id.IdMacro Macro.

Since:
1.6M1
Version:
$Id$

Constructor Summary
IdMacroParameters()
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdMacroParameters

public IdMacroParameters()
Method Detail

setName

public void setName(String name)
Parameters:
name - the identifier string.

getName

public String getName()
Returns:
the identifier string.


Copyright © 2004-2012 XWiki. All Rights Reserved.