|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.issue.AbstractIssue
public abstract class AbstractIssue
| Field Summary | |
|---|---|
protected AttachmentManager |
attachmentManager
|
protected ConstantsManager |
constantsManager
|
protected IssueManager |
issueManager
|
| Fields inherited from interface com.atlassian.jira.issue.context.IssueContext |
|---|
GLOBAL |
| Constructor Summary | |
|---|---|
protected |
AbstractIssue(ConstantsManager constantsManager,
IssueManager issueManager,
AttachmentManager attachmentManager)
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
For interactivity, implementations must be based on the issue key. |
Collection<Attachment> |
getAttachments()
|
IssueType |
getIssueTypeObject()
Gets the IssueType for this Issue. |
org.ofbiz.core.entity.GenericValue |
getParent()
Deprecated. Use getParentObject() instead. |
Issue |
getParentObject()
If this issue is a subtask, return its parent. |
Priority |
getPriorityObject()
Returns the Priority for this Issue. |
Resolution |
getResolutionObject()
Returns the Resolution for this Issue. |
Status |
getStatusObject()
|
int |
hashCode()
For interactivity, implementations must be based on the hashcode of the issue key. |
boolean |
isEditable()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.jira.ofbiz.OfBizValueWrapper |
|---|
getGenericValue, getLong, getString, getTimestamp, store |
| Field Detail |
|---|
protected final ConstantsManager constantsManager
protected final IssueManager issueManager
protected final AttachmentManager attachmentManager
| Constructor Detail |
|---|
protected AbstractIssue(ConstantsManager constantsManager,
IssueManager issueManager,
AttachmentManager attachmentManager)
| Method Detail |
|---|
public IssueType getIssueTypeObject()
Issue
getIssueTypeObject in interface IssueContextgetIssueTypeObject in interface Issuepublic Priority getPriorityObject()
Issue
getPriorityObject in interface Issuepublic Resolution getResolutionObject()
Issue
getResolutionObject in interface Issuepublic Status getStatusObject()
getStatusObject in interface Issuepublic Issue getParentObject()
Issue
getParentObject in interface Issuepublic org.ofbiz.core.entity.GenericValue getParent()
getParentObject() instead.
getParent in interface Issuepublic boolean isEditable()
isEditable in interface Issuepublic Collection<Attachment> getAttachments()
getAttachments in interface IssueAttachment objectspublic final boolean equals(Object o)
Issue
equals in interface Issueequals in class Objecto - the other object
public final int hashCode()
Issue
hashCode in interface IssuehashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||