|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.issue.context.LazyIssueContext
public class LazyIssueContext
| Constructor Summary | |
|---|---|
LazyIssueContext(Long projectId,
String issueTypeId)
|
|
| Method Summary | |
|---|---|
org.ofbiz.core.entity.GenericValue |
getIssueType()
Gets 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. |
Project |
getProjectObject()
Gets the Project for this IssueContext. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LazyIssueContext(Long projectId,
String issueTypeId)
| 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 IssueType getIssueTypeObject()
IssueContextA null return value is used to represent that this context applies to all IssueTypes.
getIssueTypeObject 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 IssueContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||