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 TypeMethodDescriptionbooleanReturns the Parent Issue.Returns the SubTask Issue.inthashCode()
-
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:
getSequencein interfaceSubTask
-
getDisplaySequence
- Specified by:
getDisplaySequencein interfaceSubTask
-
getParent
Returns the Parent Issue. -
getSubTask
Returns the SubTask Issue.- Specified by:
getSubTaskin interfaceSubTask- Returns:
- the SubTask Issue.
-
equals
-
hashCode
public int hashCode()
-
SubTaskImpl(Long, com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.Issue)instead.