Class CreatedTag
- java.lang.Object
-
- com.gentics.contentnode.rest.model.request.page.CreatedTag
-
public class CreatedTag extends Object
Created tag
-
-
Constructor Summary
Constructors Constructor Description CreatedTag()
Create an empty instanceCreatedTag(Tag tag, String html)
Create an instance with tag and html code
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHtml()
Tag rendered in edit modeTag
getTag()
Tag objectvoid
setHtml(String html)
Set the html codevoid
setTag(Tag tag)
Set the tag
-
-
-
Method Detail
-
getTag
public Tag getTag()
Tag object- Returns:
- tag object
-
getHtml
public String getHtml()
Tag rendered in edit mode- Returns:
- rendered tag
-
setTag
public void setTag(Tag tag)
Set the tag- Parameters:
tag
- tag
-
setHtml
public void setHtml(String html)
Set the html code- Parameters:
html
- html code
-
-