Package ru.slie.luna.issue.worklog
Interface Worklog
- All Superinterfaces:
WithId
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetComment(String comment) voidsetStartDate(LocalDateTime startDate) voidsetTimeSpent(Duration timeSpent)
-
Method Details
-
getIssueId
Long getIssueId() -
getAuthor
User getAuthor() -
getAuthorId
Long getAuthorId() -
getUpdater
User getUpdater() -
getUpdaterId
Long getUpdaterId() -
getCreated
LocalDateTime getCreated() -
getUpdated
LocalDateTime getUpdated() -
getStartDate
LocalDateTime getStartDate() -
getTimeSpent
Duration getTimeSpent() -
getComment
String getComment() -
setComment
-
setStartDate
-
setTimeSpent
-