|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.issue.context.IssueContextImpl
public class IssueContextImpl
| Field Summary |
|---|
| Fields inherited from interface com.atlassian.jira.issue.context.IssueContext |
|---|
GLOBAL |
| Constructor Summary | |
|---|---|
IssueContextImpl(Long projectId,
String issueTypeId)
Create a context. |
|
IssueContextImpl(Project project,
IssueType issueType)
Create a context. |
|
| Method Summary | |
|---|---|
int |
compareTo(Object obj)
|
boolean |
equals(Object o)
|
org.ofbiz.core.entity.GenericValue |
getIssueType()
Gets the IssueType for this IssueContext. |
String |
getIssueTypeId()
Gets the ID of the IssueType for this IssueContext. |
IssueType |
getIssueTypeObject()
Gets the IssueType for this IssueContext. |
org.ofbiz.core.entity.GenericValue |
getProject()
Gets the Project for this IssueContext. |
Long |
getProjectId()
Gets the ID of the Project for this IssueContext. |
Project |
getProjectObject()
Gets the Project for this IssueContext. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IssueContextImpl(@Nullable
Long projectId,
@Nullable
String issueTypeId)
projectId - Project ID, or null if field is not scoped by project.issueTypeId - IssueType ID, or null if field is not scoped by issue type.
public IssueContextImpl(@Nullable
Project project,
@Nullable
IssueType issueType)
project - Project, or null if field is not scoped by project.issueType - IssueType, or null if field is not scoped by issue type.| Method Detail |
|---|
public Project getProjectObject()
IssueContextA null return value is used to represent that this context applies to all Projects.
getProjectObject in interface IssueContextpublic org.ofbiz.core.entity.GenericValue getProject()
IssueContextA null return value is used to represent that this context applies to all Projects.
getProject in interface IssueContextpublic Long getProjectId()
IssueContextA null return value is used to represent that this context applies to all Projects.
getProjectId in interface IssueContextpublic org.ofbiz.core.entity.GenericValue getIssueType()
IssueContextA null return value is used to represent that this context applies to all IssueTypes.
getIssueType in interface IssueContextpublic IssueType getIssueTypeObject()
IssueContextA null return value is used to represent that this context applies to all IssueTypes.
getIssueTypeObject in interface IssueContextpublic String getIssueTypeId()
IssueContextA null return value is used to represent that this context applies to all IssueTypes.
getIssueTypeId in interface IssueContextpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic int compareTo(Object obj)
compareTo in interface Comparablepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||