Package no.nsd.qddt.domain.comment
Class CommentJsonEdit
- java.lang.Object
-
- no.nsd.qddt.domain.comment.CommentJsonEdit
-
public class CommentJsonEdit extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommentJsonEdit()
CommentJsonEdit(Comment comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getComment()
java.util.List<CommentJsonEdit>
getComments()
java.util.UUID
getId()
java.sql.Timestamp
getModified()
UserJson
getModifiedBy()
java.util.UUID
getOwnerId()
boolean
isPublic()
void
setOwnerId(java.util.UUID ownerId)
void
setPublic(boolean aPublic)
-
-
-
Constructor Detail
-
CommentJsonEdit
public CommentJsonEdit()
-
CommentJsonEdit
public CommentJsonEdit(Comment comment)
-
-
Method Detail
-
getId
public java.util.UUID getId()
-
getOwnerId
public java.util.UUID getOwnerId()
-
setOwnerId
public void setOwnerId(java.util.UUID ownerId)
-
getModified
public java.sql.Timestamp getModified()
-
getModifiedBy
public UserJson getModifiedBy()
-
getComments
public java.util.List<CommentJsonEdit> getComments()
-
getComment
public java.lang.String getComment()
-
isPublic
public boolean isPublic()
-
setPublic
public void setPublic(boolean aPublic)
-
-