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.StringgetComment()java.util.List<CommentJsonEdit>getComments()java.util.UUIDgetId()java.sql.TimestampgetModified()UserJsongetModifiedBy()java.util.UUIDgetOwnerId()booleanisPublic()voidsetOwnerId(java.util.UUID ownerId)voidsetPublic(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)
-
-