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 Worklog
public String getUpdateAuthor()
getUpdateAuthor
in interface Worklog
public String getUpdateAuthorFullName()
getUpdateAuthorFullName
in interface Worklog
public String getAuthorKey()
getAuthorKey
in interface Worklog
public ApplicationUser getAuthorObject()
getAuthorObject
in interface Worklog
public String getUpdateAuthorKey()
getUpdateAuthorKey
in interface Worklog
public ApplicationUser getUpdateAuthorObject()
getUpdateAuthorObject
in interface Worklog
public Date getStartDate()
getStartDate
in interface Worklog
public Long getTimeSpent()
getTimeSpent
in interface Worklog
public String getGroupLevel()
getGroupLevel
in interface Worklog
public Long getRoleLevelId()
getRoleLevelId
in interface Worklog
public ProjectRole getRoleLevel()
getRoleLevel
in interface Worklog
public String getComment()
getComment
in interface Worklog
public Date getCreated()
getCreated
in interface Worklog
public Date getUpdated()
getUpdated
in interface Worklog
Copyright © 2002-2017 Atlassian. All Rights Reserved.