com.atlassian.jira.issue.worklog
Class WorklogImpl
java.lang.Object
com.atlassian.jira.issue.worklog.WorklogImpl
- All Implemented Interfaces:
- Worklog
public class WorklogImpl
- extends Object
- implements Worklog
Represents an issue worklog.
|
Constructor Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorklogImpl
public WorklogImpl(WorklogManager worklogManager,
Issue issue,
Long id,
String authorKey,
String comment,
Date startDate,
String groupLevel,
Long roleLevelId,
Long timeSpent)
WorklogImpl
public 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)
getId
public Long getId()
- Specified by:
getId in interface Worklog
getAuthor
public String getAuthor()
- Specified by:
getAuthor in interface Worklog
- Returns:
- Worklog author's key or null
getAuthorFullName
public String getAuthorFullName()
- Specified by:
getAuthorFullName in interface Worklog
- Returns:
- Worklog author's display name or key if user is not existing
getUpdateAuthor
public String getUpdateAuthor()
- Specified by:
getUpdateAuthor in interface Worklog
- Returns:
- Worklog update author's key or null
getUpdateAuthorFullName
public String getUpdateAuthorFullName()
- Specified by:
getUpdateAuthorFullName in interface Worklog
- Returns:
- Worklog update author's display name or key if user is not existing
getAuthorKey
public String getAuthorKey()
- Specified by:
getAuthorKey in interface Worklog
- Returns:
- Worklog author's key
getAuthorObject
public ApplicationUser getAuthorObject()
- Specified by:
getAuthorObject in interface Worklog
- Returns:
- Worklog author's object or null if is not existing
getUpdateAuthorKey
public String getUpdateAuthorKey()
- Specified by:
getUpdateAuthorKey in interface Worklog
- Returns:
- Worklog author update's key
getUpdateAuthorObject
public ApplicationUser getUpdateAuthorObject()
- Specified by:
getUpdateAuthorObject in interface Worklog
- Returns:
- Worklog author update's object or null if is not existing
getStartDate
public Date getStartDate()
- Specified by:
getStartDate in interface Worklog
getTimeSpent
public Long getTimeSpent()
- Specified by:
getTimeSpent in interface Worklog
getGroupLevel
public String getGroupLevel()
- Specified by:
getGroupLevel in interface Worklog
getRoleLevelId
public Long getRoleLevelId()
- Specified by:
getRoleLevelId in interface Worklog
getRoleLevel
public ProjectRole getRoleLevel()
- Specified by:
getRoleLevel in interface Worklog
getComment
public String getComment()
- Specified by:
getComment in interface Worklog
getCreated
public Date getCreated()
- Specified by:
getCreated in interface Worklog
getUpdated
public Date getUpdated()
- Specified by:
getUpdated in interface Worklog
getIssue
public Issue getIssue()
- Specified by:
getIssue in interface Worklog
Copyright © 2002-2014 Atlassian. All Rights Reserved.