public class

SubTaskImpl

extends Object
implements SubTask
java.lang.Object
   ↳ com.atlassian.jira.bean.SubTaskImpl

Summary

Public Constructors
SubTaskImpl(Long sequence, Issue subTaskIssue, Issue parentIssue)
SubTaskImpl(Long sequence, GenericValue subTaskIssue, GenericValue parentIssue)
This constructor is deprecated. Use SubTaskImpl(Long, com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.Issue) instead. Since v5.0.
Public Methods
boolean equals(Object o)
Long getDisplaySequence()
Issue getParent()
Returns the Parent Issue.
GenericValue getParentIssue()
This method is deprecated. Use getParent() instead.
Long getSequence()
Issue getSubTask()
Returns the SubTask Issue.
Issue getSubTaskIssueObject()
This method is deprecated. Use getSubTask() instead. Since v5.0.
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.bean.SubTask

Public Constructors

public SubTaskImpl (Long sequence, Issue subTaskIssue, Issue parentIssue)

public SubTaskImpl (Long sequence, GenericValue subTaskIssue, GenericValue parentIssue)

This constructor is deprecated.
Use SubTaskImpl(Long, com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.Issue) instead. Since v5.0.

Deprecated Constructor

Public Methods

public boolean equals (Object o)

public Long getDisplaySequence ()

public Issue getParent ()

Returns the Parent Issue.

Returns
  • the Parent Issue.

public GenericValue getParentIssue ()

This method is deprecated.
Use getParent() instead.

Returns the Parent Issue.

Returns
  • the Parent Issue.

public Long getSequence ()

public Issue getSubTask ()

Returns the SubTask Issue.

Returns
  • the SubTask Issue.

public Issue getSubTaskIssueObject ()

This method is deprecated.
Use getSubTask() instead. Since v5.0.

Returns the SubTask Issue.

Returns
  • the SubTask Issue.

public int hashCode ()