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 author,
String comment,
Date startDate,
String groupLevel,
Long roleLevelId,
Long timeSpent)
|
WorklogImpl(WorklogManager worklogManager,
Issue issue,
Long id,
String author,
String comment,
Date startDate,
String groupLevel,
Long roleLevelId,
Long timeSpent,
String updateAuthor,
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 author,
String comment,
Date startDate,
String groupLevel,
Long roleLevelId,
Long timeSpent)
WorklogImpl
public WorklogImpl(WorklogManager worklogManager,
Issue issue,
Long id,
String author,
String comment,
Date startDate,
String groupLevel,
Long roleLevelId,
Long timeSpent,
String updateAuthor,
Date created,
Date updated)
getId
public Long getId()
- Specified by:
getId in interface Worklog
getAuthor
public String getAuthor()
- Specified by:
getAuthor in interface Worklog
getAuthorFullName
public String getAuthorFullName()
- Specified by:
getAuthorFullName in interface Worklog
getUpdateAuthor
public String getUpdateAuthor()
- Specified by:
getUpdateAuthor in interface Worklog
getUpdateAuthorFullName
public String getUpdateAuthorFullName()
- Specified by:
getUpdateAuthorFullName in interface Worklog
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-2011 Atlassian. All Rights Reserved.