com.atlassian.jira.external.beans
Class ExternalWorklog
java.lang.Object
com.atlassian.jira.external.beans.ExternalWorklog
public class ExternalWorklog
- extends Object
Used to represent a worklog when importing data.
- Since:
- v3.13
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalWorklog
public ExternalWorklog()
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
getComment
public String getComment()
setComment
public void setComment(String comment)
getCreated
public Date getCreated()
setCreated
public void setCreated(Date created)
getGroupLevel
public String getGroupLevel()
setGroupLevel
public void setGroupLevel(String groupLevel)
getId
public String getId()
setId
public void setId(String id)
getIssueId
public String getIssueId()
setIssueId
public void setIssueId(String issueId)
getRoleLevelId
public Long getRoleLevelId()
setRoleLevelId
public void setRoleLevelId(Long roleLevelId)
getStartDate
public Date getStartDate()
setStartDate
public void setStartDate(Date startDate)
getTimeSpent
public Long getTimeSpent()
setTimeSpent
public void setTimeSpent(Long timeSpent)
getUpdateAuthor
public String getUpdateAuthor()
setUpdateAuthor
public void setUpdateAuthor(String updateAuthor)
getUpdated
public Date getUpdated()
setUpdated
public void setUpdated(Date updated)
Copyright © 2002-2012 Atlassian. All Rights Reserved.