ID_COMPARATOR| Constructor and Description |
|---|
WorklogImpl(WorklogManager worklogManager,
Issue issue,
Long id,
String authorKey,
String comment,
Date startDate,
String groupLevel,
Long roleLevelId,
Long timeSpent) |
WorklogImpl(WorklogManager worklogManager,
Issue issue,
Long id,
String authorKey,
String comment,
Date startDate,
String groupLevel,
Long roleLevelId,
Long timeSpent,
String updateAuthorKey,
Date created,
Date updated) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getAuthorFullName() |
String |
getAuthorKey() |
ApplicationUser |
getAuthorObject() |
String |
getComment() |
Date |
getCreated() |
String |
getGroupLevel() |
Long |
getId() |
Issue |
getIssue() |
ProjectRole |
getRoleLevel() |
Long |
getRoleLevelId() |
Date |
getStartDate() |
Long |
getTimeSpent() |
String |
getUpdateAuthor() |
String |
getUpdateAuthorFullName() |
String |
getUpdateAuthorKey() |
ApplicationUser |
getUpdateAuthorObject() |
Date |
getUpdated() |
public WorklogImpl(WorklogManager worklogManager, Issue issue, Long id, String authorKey, String comment, Date startDate, String groupLevel, Long roleLevelId, Long timeSpent)
public Long getId()
public String getAuthor()
public String getAuthorFullName()
getAuthorFullName in interface Worklogpublic String getUpdateAuthor()
getUpdateAuthor in interface Worklogpublic String getUpdateAuthorFullName()
getUpdateAuthorFullName in interface Worklogpublic String getAuthorKey()
getAuthorKey in interface Worklogpublic ApplicationUser getAuthorObject()
getAuthorObject in interface Worklogpublic String getUpdateAuthorKey()
getUpdateAuthorKey in interface Worklogpublic ApplicationUser getUpdateAuthorObject()
getUpdateAuthorObject in interface Worklogpublic Date getStartDate()
getStartDate in interface Worklogpublic Long getTimeSpent()
getTimeSpent in interface Worklogpublic String getGroupLevel()
getGroupLevel in interface Worklogpublic Long getRoleLevelId()
getRoleLevelId in interface Worklogpublic ProjectRole getRoleLevel()
getRoleLevel in interface Worklogpublic String getComment()
getComment in interface Worklogpublic Date getCreated()
getCreated in interface Worklogpublic Date getUpdated()
getUpdated in interface WorklogCopyright © 2002-2017 Atlassian. All Rights Reserved.