com.atlassian.jira.bean
Class SubTaskImpl

java.lang.Object
  extended by com.atlassian.jira.bean.SubTaskImpl
All Implemented Interfaces:
SubTask

public class SubTaskImpl
extends Object
implements SubTask


Constructor Summary
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)
           
 
Method Summary
 boolean equals(Object o)
           
 Long getDisplaySequence()
           
 Issue getParent()
          Returns the Parent Issue.
 org.ofbiz.core.entity.GenericValue getParentIssue()
          Deprecated. Use getParent() instead.
 Long getSequence()
           
 Issue getSubTask()
          Returns the SubTask Issue.
 Issue getSubTaskIssueObject()
          Deprecated. Use getSubTask() instead. Since v5.0.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubTaskImpl

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

SubTaskImpl

public 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.

Deprecated Constructor

Parameters:
sequence -
subTaskIssue -
parentIssue -
Method Detail

getSequence

public Long getSequence()
Specified by:
getSequence in interface SubTask

getDisplaySequence

public Long getDisplaySequence()
Specified by:
getDisplaySequence in interface SubTask

getParent

public Issue getParent()
Returns the Parent Issue.

Specified by:
getParent in interface SubTask
Returns:
the Parent Issue.

getSubTask

public Issue getSubTask()
Returns the SubTask Issue.

Specified by:
getSubTask in interface SubTask
Returns:
the SubTask Issue.

getSubTaskIssueObject

public Issue getSubTaskIssueObject()
Deprecated. Use getSubTask() instead. Since v5.0.

Returns the SubTask Issue.

Specified by:
getSubTaskIssueObject in interface SubTask
Returns:
the SubTask Issue.

getParentIssue

public org.ofbiz.core.entity.GenericValue getParentIssue()
Deprecated. Use getParent() instead.

Returns the Parent Issue.

Specified by:
getParentIssue in interface SubTask
Returns:
the Parent Issue.

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.