public class DocumentationItem extends Object
DocumentationItem class.
| Constructor and Description |
|---|
DocumentationItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Getter for the field
content. |
String |
getOrigin()
Getter for the field
origin. |
String |
getTitle()
Getter for the field
title. |
void |
setContent(String content)
Setter for the field
content. |
void |
setTitle(String title)
Setter for the field
title. |
public void setTitle(String title)
Setter for the field title.
title - a String object.public void setContent(String content)
Setter for the field content.
content - a String object.public String getOrigin()
Getter for the field origin.
Copyright © 2015 Mulesoft. All rights reserved.