| 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 SubTaskpublic Long getDisplaySequence()
getDisplaySequence in interface SubTaskpublic Issue getParent()
public Issue getSubTask()
getSubTask in interface SubTaskCopyright © 2002-2017 Atlassian. All Rights Reserved.