public class

RemoteIssueExpressionHolder

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rpc.soap.beans.holders.RemoteIssueExpressionHolder

Summary

Fields
protected RemoteVersion[] _affectsVersionsType
protected String _assigneeType
protected String[] _attachmentNamesType
protected RemoteComponent[] _componentsType
protected Calendar _createdType
protected RemoteCustomFieldValue[] _customFieldValuesType
protected String _descriptionType
protected Calendar _duedateType
protected String _environmentType
protected RemoteVersion[] _fixVersionsType
protected String _keyType
protected String _priorityType
protected String _projectType
protected String _reporterType
protected String _resolutionType
protected String _statusType
protected String _summaryType
protected String _typeType
protected Calendar _updatedType
protected Long _votesType
protected Object affectsVersions
protected Object assignee
protected Object attachmentNames
protected Object components
protected Object created
protected Object customFieldValues
protected Object description
protected Object duedate
protected Object environment
protected Object fixVersions
protected Object key
protected Object priority
protected Object project
protected Object reporter
protected Object resolution
protected Object status
protected Object summary
protected Object type
protected Object updated
protected Object votes
Public Constructors
RemoteIssueExpressionHolder()
Public Methods
Object getAffectsVersions()
Retrieves affectsVersions
Object getAssignee()
Retrieves assignee
Object getAttachmentNames()
Retrieves attachmentNames
Object getComponents()
Retrieves components
Object getCreated()
Retrieves created
Object getCustomFieldValues()
Retrieves customFieldValues
Object getDescription()
Retrieves description
Object getDuedate()
Retrieves duedate
Object getEnvironment()
Retrieves environment
Object getFixVersions()
Retrieves fixVersions
Object getKey()
Retrieves key
Object getPriority()
Retrieves priority
Object getProject()
Retrieves project
Object getReporter()
Retrieves reporter
Object getResolution()
Retrieves resolution
Object getStatus()
Retrieves status
Object getSummary()
Retrieves summary
Object getType()
Retrieves type
Object getUpdated()
Retrieves updated
Object getVotes()
Retrieves votes
void setAffectsVersions(Object value)
Sets affectsVersions
void setAssignee(Object value)
Sets assignee
void setAttachmentNames(Object value)
Sets attachmentNames
void setComponents(Object value)
Sets components
void setCreated(Object value)
Sets created
void setCustomFieldValues(Object value)
Sets customFieldValues
void setDescription(Object value)
Sets description
void setDuedate(Object value)
Sets duedate
void setEnvironment(Object value)
Sets environment
void setFixVersions(Object value)
Sets fixVersions
void setKey(Object value)
Sets key
void setPriority(Object value)
Sets priority
void setProject(Object value)
Sets project
void setReporter(Object value)
Sets reporter
void setResolution(Object value)
Sets resolution
void setStatus(Object value)
Sets status
void setSummary(Object value)
Sets summary
void setType(Object value)
Sets type
void setUpdated(Object value)
Sets updated
void setVotes(Object value)
Sets votes
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RemoteVersion[] _affectsVersionsType

protected String _assigneeType

protected String[] _attachmentNamesType

protected RemoteComponent[] _componentsType

protected Calendar _createdType

protected RemoteCustomFieldValue[] _customFieldValuesType

protected String _descriptionType

protected Calendar _duedateType

protected String _environmentType

protected RemoteVersion[] _fixVersionsType

protected String _keyType

protected String _priorityType

protected String _projectType

protected String _reporterType

protected String _resolutionType

protected String _statusType

protected String _summaryType

protected String _typeType

protected Calendar _updatedType

protected Long _votesType

protected Object affectsVersions

protected Object assignee

protected Object attachmentNames

protected Object components

protected Object created

protected Object customFieldValues

protected Object description

protected Object duedate

protected Object environment

protected Object fixVersions

protected Object key

protected Object priority

protected Object project

protected Object reporter

protected Object resolution

protected Object status

protected Object summary

protected Object type

protected Object updated

protected Object votes

Public Constructors

public RemoteIssueExpressionHolder ()

Public Methods

public Object getAffectsVersions ()

Retrieves affectsVersions

public Object getAssignee ()

Retrieves assignee

public Object getAttachmentNames ()

Retrieves attachmentNames

public Object getComponents ()

Retrieves components

public Object getCreated ()

Retrieves created

public Object getCustomFieldValues ()

Retrieves customFieldValues

public Object getDescription ()

Retrieves description

public Object getDuedate ()

Retrieves duedate

public Object getEnvironment ()

Retrieves environment

public Object getFixVersions ()

Retrieves fixVersions

public Object getKey ()

Retrieves key

public Object getPriority ()

Retrieves priority

public Object getProject ()

Retrieves project

public Object getReporter ()

Retrieves reporter

public Object getResolution ()

Retrieves resolution

public Object getStatus ()

Retrieves status

public Object getSummary ()

Retrieves summary

public Object getType ()

Retrieves type

public Object getUpdated ()

Retrieves updated

public Object getVotes ()

Retrieves votes

public void setAffectsVersions (Object value)

Sets affectsVersions

Parameters
value Value to set

public void setAssignee (Object value)

Sets assignee

Parameters
value Value to set

public void setAttachmentNames (Object value)

Sets attachmentNames

Parameters
value Value to set

public void setComponents (Object value)

Sets components

Parameters
value Value to set

public void setCreated (Object value)

Sets created

Parameters
value Value to set

public void setCustomFieldValues (Object value)

Sets customFieldValues

Parameters
value Value to set

public void setDescription (Object value)

Sets description

Parameters
value Value to set

public void setDuedate (Object value)

Sets duedate

Parameters
value Value to set

public void setEnvironment (Object value)

Sets environment

Parameters
value Value to set

public void setFixVersions (Object value)

Sets fixVersions

Parameters
value Value to set

public void setKey (Object value)

Sets key

Parameters
value Value to set

public void setPriority (Object value)

Sets priority

Parameters
value Value to set

public void setProject (Object value)

Sets project

Parameters
value Value to set

public void setReporter (Object value)

Sets reporter

Parameters
value Value to set

public void setResolution (Object value)

Sets resolution

Parameters
value Value to set

public void setStatus (Object value)

Sets status

Parameters
value Value to set

public void setSummary (Object value)

Sets summary

Parameters
value Value to set

public void setType (Object value)

Sets type

Parameters
value Value to set

public void setUpdated (Object value)

Sets updated

Parameters
value Value to set

public void setVotes (Object value)

Sets votes

Parameters
value Value to set