Package ru.slie.luna.issue.comment
Interface Comment
- All Superinterfaces:
WithId
-
Method Summary
-
Method Details
-
getIssueId
Long getIssueId() -
getAuthor
User getAuthor() -
getAuthorId
Long getAuthorId() -
getCreated
LocalDateTime getCreated() -
getUpdater
User getUpdater() -
getUpdaterId
Long getUpdaterId() -
getUpdated
LocalDateTime getUpdated() -
getText
String getText()
-