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 SummaryConstructors Constructor Description CommentJsonEdit()CommentJsonEdit(Comment comment)
 - 
Method SummaryAll 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- 
CommentJsonEditpublic CommentJsonEdit() 
 - 
CommentJsonEditpublic CommentJsonEdit(Comment comment) 
 
- 
 - 
Method Detail- 
getIdpublic java.util.UUID getId() 
 - 
getOwnerIdpublic java.util.UUID getOwnerId() 
 - 
setOwnerIdpublic void setOwnerId(java.util.UUID ownerId) 
 - 
getModifiedpublic java.sql.Timestamp getModified() 
 - 
getModifiedBypublic UserJson getModifiedBy() 
 - 
getCommentspublic java.util.List<CommentJsonEdit> getComments() 
 - 
getCommentpublic java.lang.String getComment() 
 - 
isPublicpublic boolean isPublic() 
 - 
setPublicpublic void setPublic(boolean aPublic) 
 
- 
 
-