com.atlassian.confluence.plugins.mobile.dto
Class CommentDto

java.lang.Object
  extended by com.atlassian.confluence.plugins.mobile.dto.CommentDto

public class CommentDto
extends Object


Constructor Summary
CommentDto(long id, UserDto author, String body, String friendlyDate)
           
 
Method Summary
 UserDto getAuthor()
           
 String getBody()
           
 String getFriendlyDate()
           
 long getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentDto

public CommentDto(long id,
                  UserDto author,
                  String body,
                  String friendlyDate)
Method Detail

getId

public long getId()

getAuthor

public UserDto getAuthor()

getBody

public String getBody()

getFriendlyDate

public String getFriendlyDate()


Copyright © 2003-2012 Atlassian. All Rights Reserved.