com.atlassian.confluence.plugins.mobile.servlet
Class ViewContentServlet.ContentDto

java.lang.Object
  extended by com.atlassian.confluence.plugins.mobile.servlet.ViewContentServlet.ContentDto
Enclosing class:
ViewContentServlet

public static final class ViewContentServlet.ContentDto
extends Object


Constructor Summary
ViewContentServlet.ContentDto(String title, String body, UserDto author, String friendlyCreationDate)
           
 
Method Summary
 UserDto getAuthor()
           
 String getBody()
           
 String getFriendlyCreationDate()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewContentServlet.ContentDto

public ViewContentServlet.ContentDto(String title,
                                     String body,
                                     UserDto author,
                                     String friendlyCreationDate)
Method Detail

getTitle

public String getTitle()

getAuthor

public UserDto getAuthor()

getFriendlyCreationDate

public String getFriendlyCreationDate()

getBody

public String getBody()


Copyright © 2003-2012 Atlassian. All Rights Reserved.