com.atlassian.confluence.tinymceplugin.rest
Class UnmarshalMacroRequest

java.lang.Object
  extended by com.atlassian.confluence.tinymceplugin.rest.UnmarshalMacroRequest

public class UnmarshalMacroRequest
extends Object


Constructor Summary
UnmarshalMacroRequest()
           
 
Method Summary
 Long getContentId()
           
 String getMacroHtml()
           
 void setContentId(Long contentId)
           
 void setMacroHtml(String macroHtml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnmarshalMacroRequest

public UnmarshalMacroRequest()
Method Detail

setMacroHtml

public void setMacroHtml(String macroHtml)

setContentId

public void setContentId(Long contentId)

getMacroHtml

public String getMacroHtml()

getContentId

public Long getContentId()


Copyright © 2003-2011 Atlassian. All Rights Reserved.