org.outerj.daisy.repository.commonimpl.comment
Class CommentImpl
java.lang.Object
org.outerj.daisy.repository.commonimpl.comment.CommentImpl
- All Implemented Interfaces:
- org.outerj.daisy.repository.comment.Comment
public class CommentImpl
- extends java.lang.Object
- implements org.outerj.daisy.repository.comment.Comment
Constructor Summary |
CommentImpl(long ownerDocumentId,
long ownerBranchId,
long ownerLanguageId,
long id,
java.lang.String text,
org.outerj.daisy.repository.comment.CommentVisibility visibility,
java.util.Date createdOn,
long createdBy)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentImpl
public CommentImpl(long ownerDocumentId,
long ownerBranchId,
long ownerLanguageId,
long id,
java.lang.String text,
org.outerj.daisy.repository.comment.CommentVisibility visibility,
java.util.Date createdOn,
long createdBy)
getText
public java.lang.String getText()
- Specified by:
getText
in interface org.outerj.daisy.repository.comment.Comment
getId
public long getId()
- Specified by:
getId
in interface org.outerj.daisy.repository.comment.Comment
getOwnerDocumentId
public long getOwnerDocumentId()
- Specified by:
getOwnerDocumentId
in interface org.outerj.daisy.repository.comment.Comment
getOwnerBranchId
public long getOwnerBranchId()
- Specified by:
getOwnerBranchId
in interface org.outerj.daisy.repository.comment.Comment
getOwnerLanguageId
public long getOwnerLanguageId()
- Specified by:
getOwnerLanguageId
in interface org.outerj.daisy.repository.comment.Comment
getVisibility
public org.outerj.daisy.repository.comment.CommentVisibility getVisibility()
- Specified by:
getVisibility
in interface org.outerj.daisy.repository.comment.Comment
getCreatedBy
public long getCreatedBy()
- Specified by:
getCreatedBy
in interface org.outerj.daisy.repository.comment.Comment
getCreatedOn
public java.util.Date getCreatedOn()
- Specified by:
getCreatedOn
in interface org.outerj.daisy.repository.comment.Comment
getXml
public org.outerx.daisy.x10.CommentDocument getXml()
- Specified by:
getXml
in interface org.outerj.daisy.repository.comment.Comment
Copyright © -2012 . All Rights Reserved.