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

public long getId()

getOwnerDocumentId

public long getOwnerDocumentId()

getOwnerBranchId

public long getOwnerBranchId()

getOwnerLanguageId

public long getOwnerLanguageId()

getVisibility

public CommentVisibility getVisibility()

getText

public java.lang.String getText()

getCreatedOn

public java.util.Date getCreatedOn()

getCreatedBy

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


getXml

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


Copyright © -2005 . All Rights Reserved.