org.outerj.daisy.repository.comment
Interface Comment


public interface Comment


Method Summary
 long getCreatedBy()
          Returns the id of the user that created the comment.
 java.util.Date getCreatedOn()
           
 long getId()
           
 long getOwnerBranchId()
           
 long getOwnerDocumentId()
           
 long getOwnerLanguageId()
           
 java.lang.String getText()
           
 CommentVisibility getVisibility()
           
 org.outerx.daisy.x10.CommentDocument getXml()
           
 

Method Detail

getId

long getId()

getOwnerDocumentId

long getOwnerDocumentId()

getOwnerBranchId

long getOwnerBranchId()

getOwnerLanguageId

long getOwnerLanguageId()

getVisibility

CommentVisibility getVisibility()

getText

java.lang.String getText()

getCreatedOn

java.util.Date getCreatedOn()

getCreatedBy

long getCreatedBy()
Returns the id of the user that created the comment.


getXml

org.outerx.daisy.x10.CommentDocument getXml()


Copyright © -2012 . All Rights Reserved.