com.atlassian.jira.external.beans
Class ExternalWorklog

java.lang.Object
  extended by com.atlassian.jira.external.beans.ExternalWorklog

public class ExternalWorklog
extends Object

Used to represent a worklog when importing data.

Since:
v3.13

Constructor Summary
ExternalWorklog()
           
 
Method Summary
 String getAuthor()
           
 String getComment()
           
 Date getCreated()
           
 String getGroupLevel()
           
 String getId()
           
 String getIssueId()
           
 Long getRoleLevelId()
           
 Date getStartDate()
           
 Long getTimeSpent()
           
 String getUpdateAuthor()
           
 Date getUpdated()
           
 void setAuthor(String author)
           
 void setComment(String comment)
           
 void setCreated(Date created)
           
 void setGroupLevel(String groupLevel)
           
 void setId(String id)
           
 void setIssueId(String issueId)
           
 void setRoleLevelId(Long roleLevelId)
           
 void setStartDate(Date startDate)
           
 void setTimeSpent(Long timeSpent)
           
 void setUpdateAuthor(String updateAuthor)
           
 void setUpdated(Date updated)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalWorklog

public ExternalWorklog()
Method Detail

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.