Constructor and Description |
---|
SubTaskImpl(Long sequence,
org.ofbiz.core.entity.GenericValue subTaskIssue,
org.ofbiz.core.entity.GenericValue parentIssue)
Deprecated.
Use
SubTaskImpl(Long, com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.Issue) instead. Since v5.0. |
SubTaskImpl(Long sequence,
Issue subTaskIssue,
Issue parentIssue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getDisplaySequence() |
Issue |
getParent()
Returns the Parent Issue.
|
Long |
getSequence() |
Issue |
getSubTask()
Returns the SubTask Issue.
|
int |
hashCode() |
public SubTaskImpl(Long sequence, org.ofbiz.core.entity.GenericValue subTaskIssue, org.ofbiz.core.entity.GenericValue parentIssue)
SubTaskImpl(Long, com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.Issue)
instead. Since v5.0.sequence
- subTaskIssue
- parentIssue
- public Long getSequence()
getSequence
in interface SubTask
public Long getDisplaySequence()
getDisplaySequence
in interface SubTask
public Issue getParent()
public Issue getSubTask()
getSubTask
in interface SubTask
Copyright © 2002-2017 Atlassian. All Rights Reserved.