com.atlassian.jira.external.beans
Class ExternalIssueImpl

java.lang.Object
  extended bycom.atlassian.jira.external.beans.ExternalIssueImpl
All Implemented Interfaces:
ExternalIssue
Direct Known Subclasses:
ImportIssueBean

public class ExternalIssueImpl
extends Object
implements ExternalIssue


Constructor Summary
ExternalIssueImpl()
           
 
Method Summary
 List getAffectedVersions()
           
 String getAssignee()
           
 Date getCreated()
           
 String getDescription()
           
 Date getDuedate()
           
 String getEnvironment()
           
 Long getEstimate()
           
 List getExternalComments()
           
 List getExternalComponents()
           
 List getExternalCustomFieldValues()
           
 ExternalProject getExternalProject()
           
 String getField(String fieldName)
           
 List getFixedVersions()
           
 String getId()
           
 String getIssueType()
           
 String getKey()
           
 String getOldId()
           
 Long getOriginalEstimate()
           
 String getPriority()
           
 String getProject()
           
 String getReporter()
           
 String getResolution()
           
 String getStatus()
           
 String getSummary()
           
 Long getTimeSpent()
           
 Date getUpdated()
           
 Long getVotes()
           
 void setAffectedVersions(List affectedVersions)
           
 void setAssignee(String assignee)
           
 void setCreated(Date created)
           
 void setDescription(String description)
           
 void setDuedate(Date duedate)
           
 void setEnvironment(String environment)
           
 void setEstimate(Long estimate)
           
 void setExternalComments(List externalComments)
           
 void setExternalComponents(List externalComponents)
           
 void setExternalCustomFieldValues(List externalCustomFieldValues)
           
 void setExternalProject(ExternalProject externalProject)
           
 void setField(String fieldName, String value)
           
 void setFixedVersions(List fixedVersions)
           
 void setId(String id)
           
 void setIssueType(String issueType)
           
 void setKey(String key)
           
 void setOldId(String oldId)
           
 void setOriginalEstimate(Long originalEstimate)
           
 void setPriority(String priority)
           
 void setProject(String project)
           
 void setReporter(String reporter)
           
 void setResolution(String resolution)
           
 void setStatus(String status)
           
 void setSummary(String summary)
           
 void setTimeSpent(Long timeSpent)
           
 void setUpdated(Date updated)
           
 void setVotes(Long votes)
           
 Map toFieldsMap()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalIssueImpl

public ExternalIssueImpl()
Method Detail

toFieldsMap

public Map toFieldsMap()

getOldId

public String getOldId()
Specified by:
getOldId in interface ExternalIssue

setOldId

public void setOldId(String oldId)
Specified by:
setOldId in interface ExternalIssue

getExternalProject

public ExternalProject getExternalProject()
Specified by:
getExternalProject in interface ExternalIssue

setExternalProject

public void setExternalProject(ExternalProject externalProject)
Specified by:
setExternalProject in interface ExternalIssue

getAffectedVersions

public List getAffectedVersions()
Specified by:
getAffectedVersions in interface ExternalIssue

setAffectedVersions

public void setAffectedVersions(List affectedVersions)
Specified by:
setAffectedVersions in interface ExternalIssue

getFixedVersions

public List getFixedVersions()
Specified by:
getFixedVersions in interface ExternalIssue

setFixedVersions

public void setFixedVersions(List fixedVersions)
Specified by:
setFixedVersions in interface ExternalIssue

getExternalComponents

public List getExternalComponents()
Specified by:
getExternalComponents in interface ExternalIssue

setExternalComponents

public void setExternalComponents(List externalComponents)
Specified by:
setExternalComponents in interface ExternalIssue

getExternalComments

public List getExternalComments()
Specified by:
getExternalComments in interface ExternalIssue

setExternalComments

public void setExternalComments(List externalComments)
Specified by:
setExternalComments in interface ExternalIssue

getExternalCustomFieldValues

public List getExternalCustomFieldValues()
Specified by:
getExternalCustomFieldValues in interface ExternalIssue

setExternalCustomFieldValues

public void setExternalCustomFieldValues(List externalCustomFieldValues)
Specified by:
setExternalCustomFieldValues in interface ExternalIssue

getId

public String getId()
Specified by:
getId in interface ExternalIssue

setId

public void setId(String id)
Specified by:
setId in interface ExternalIssue

getKey

public String getKey()
Specified by:
getKey in interface ExternalIssue

setKey

public void setKey(String key)
Specified by:
setKey in interface ExternalIssue

getSummary

public String getSummary()
Specified by:
getSummary in interface ExternalIssue

setSummary

public void setSummary(String summary)
Specified by:
setSummary in interface ExternalIssue

getReporter

public String getReporter()
Specified by:
getReporter in interface ExternalIssue

setReporter

public void setReporter(String reporter)
Specified by:
setReporter in interface ExternalIssue

getAssignee

public String getAssignee()
Specified by:
getAssignee in interface ExternalIssue

setAssignee

public void setAssignee(String assignee)
Specified by:
setAssignee in interface ExternalIssue

getDescription

public String getDescription()
Specified by:
getDescription in interface ExternalIssue

setDescription

public void setDescription(String description)
Specified by:
setDescription in interface ExternalIssue

getEnvironment

public String getEnvironment()
Specified by:
getEnvironment in interface ExternalIssue

setEnvironment

public void setEnvironment(String environment)
Specified by:
setEnvironment in interface ExternalIssue

getProject

public String getProject()
Specified by:
getProject in interface ExternalIssue

setProject

public void setProject(String project)
Specified by:
setProject in interface ExternalIssue

getIssueType

public String getIssueType()
Specified by:
getIssueType in interface ExternalIssue

setIssueType

public void setIssueType(String issueType)
Specified by:
setIssueType in interface ExternalIssue

getStatus

public String getStatus()
Specified by:
getStatus in interface ExternalIssue

setStatus

public void setStatus(String status)
Specified by:
setStatus in interface ExternalIssue

getPriority

public String getPriority()
Specified by:
getPriority in interface ExternalIssue

setPriority

public void setPriority(String priority)
Specified by:
setPriority in interface ExternalIssue

getResolution

public String getResolution()
Specified by:
getResolution in interface ExternalIssue

setResolution

public void setResolution(String resolution)
Specified by:
setResolution in interface ExternalIssue

getCreated

public Date getCreated()
Specified by:
getCreated in interface ExternalIssue

setCreated

public void setCreated(Date created)
Specified by:
setCreated in interface ExternalIssue

getUpdated

public Date getUpdated()
Specified by:
getUpdated in interface ExternalIssue

setUpdated

public void setUpdated(Date updated)
Specified by:
setUpdated in interface ExternalIssue

getDuedate

public Date getDuedate()
Specified by:
getDuedate in interface ExternalIssue

setDuedate

public void setDuedate(Date duedate)
Specified by:
setDuedate in interface ExternalIssue

getVotes

public Long getVotes()
Specified by:
getVotes in interface ExternalIssue

setVotes

public void setVotes(Long votes)
Specified by:
setVotes in interface ExternalIssue

getOriginalEstimate

public Long getOriginalEstimate()
Specified by:
getOriginalEstimate in interface ExternalIssue

setOriginalEstimate

public void setOriginalEstimate(Long originalEstimate)
Specified by:
setOriginalEstimate in interface ExternalIssue

getTimeSpent

public Long getTimeSpent()
Specified by:
getTimeSpent in interface ExternalIssue

setTimeSpent

public void setTimeSpent(Long timeSpent)
Specified by:
setTimeSpent in interface ExternalIssue

getEstimate

public Long getEstimate()
Specified by:
getEstimate in interface ExternalIssue

setEstimate

public void setEstimate(Long estimate)
Specified by:
setEstimate in interface ExternalIssue

setField

public void setField(String fieldName,
                     String value)

getField

public String getField(String fieldName)

toString

public String toString()


Copyright © 2002-2006 Atlassian. All Rights Reserved.