com.atlassian.jira.issue.worklog
Class WorklogImpl

java.lang.Object
  extended by 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)
           
 
Method Summary
 String getAuthor()
           
 String getAuthorFullName()
           
 String getComment()
           
 Date getCreated()
           
 String getGroupLevel()
           
 Long getId()
           
 Issue getIssue()
           
 ProjectRole getRoleLevel()
           
 Long getRoleLevelId()
           
 Date getStartDate()
           
 Long getTimeSpent()
           
 String getUpdateAuthor()
           
 String getUpdateAuthorFullName()
           
 Date getUpdated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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-2008 Atlassian. All Rights Reserved.