de.twenty11.skysail.server.restlet
Class DocumentationInfo

java.lang.Object
  extended by de.twenty11.skysail.server.restlet.DocumentationInfo

public class DocumentationInfo
extends Object


Constructor Summary
DocumentationInfo()
          Constructor.
DocumentationInfo(String textContent)
          Constructor with text content.
 
Method Summary
 String getTitle()
          Returns the title of that documentation element.
 void setTitle(String title)
          Sets the title of that documentation element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentationInfo

public DocumentationInfo()
Constructor.


DocumentationInfo

public DocumentationInfo(String textContent)
Constructor with text content.

Parameters:
textContent - The text content.
Method Detail

getTitle

public String getTitle()
Returns the title of that documentation element.

Returns:
The title of that documentation element.

setTitle

public void setTitle(String title)
Sets the title of that documentation element.

Parameters:
title - The title of that documentation element.


Copyright © 2011-2013. All Rights Reserved.