Package com.atlassian.jira.bean
Class SubTaskImpl
java.lang.Object
com.atlassian.jira.bean.SubTaskImpl
- All Implemented Interfaces:
SubTask
-
Constructor Summary
ConstructorsConstructorDescriptionSubTaskImpl
(Long sequence, Issue subTaskIssue, Issue parentIssue) SubTaskImpl
(Long sequence, org.ofbiz.core.entity.GenericValue subTaskIssue, org.ofbiz.core.entity.GenericValue parentIssue) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the Parent Issue.Returns the SubTask Issue.int
hashCode()
-
Constructor Details
-
SubTaskImpl
-
SubTaskImpl
public SubTaskImpl(Long sequence, org.ofbiz.core.entity.GenericValue subTaskIssue, org.ofbiz.core.entity.GenericValue parentIssue) Deprecated.UseSubTaskImpl(Long, com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.Issue)
instead. Since v5.0.Deprecated Constructor- Parameters:
sequence
-subTaskIssue
-parentIssue
-
-
-
Method Details
-
getSequence
- Specified by:
getSequence
in interfaceSubTask
-
getDisplaySequence
- Specified by:
getDisplaySequence
in interfaceSubTask
-
getParent
Returns the Parent Issue. -
getSubTask
Returns the SubTask Issue.- Specified by:
getSubTask
in interfaceSubTask
- Returns:
- the SubTask Issue.
-
equals
-
hashCode
public int hashCode()
-
SubTaskImpl(Long, com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.Issue)
instead.