|
||||||||||
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()
IssueContext
A null return value is used to represent that this context applies to all Projects.
getProjectObject
in interface IssueContext
public org.ofbiz.core.entity.GenericValue getProject()
IssueContext
A null return value is used to represent that this context applies to all Projects.
getProject
in interface IssueContext
public IssueType getIssueTypeObject()
IssueContext
A null return value is used to represent that this context applies to all IssueTypes.
getIssueTypeObject
in interface IssueContext
public org.ofbiz.core.entity.GenericValue getIssueType()
IssueContext
A 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 |