com.atlassian.jira.issue.context
Class LazyIssueContext

java.lang.Object
  extended by com.atlassian.jira.issue.context.LazyIssueContext
All Implemented Interfaces:
IssueContext

public class LazyIssueContext
extends Object
implements IssueContext


Constructor Summary
LazyIssueContext(Long projectId, String issueTypeId)
           
 
Method Summary
 org.ofbiz.core.entity.GenericValue getIssueType()
           
 org.ofbiz.core.entity.GenericValue getProject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyIssueContext

public LazyIssueContext(Long projectId,
                        String issueTypeId)
Method Detail

getProject

public org.ofbiz.core.entity.GenericValue getProject()
Specified by:
getProject in interface IssueContext

getIssueType

public org.ofbiz.core.entity.GenericValue getIssueType()
Specified by:
getIssueType in interface IssueContext


Copyright © 2002-2008 Atlassian. All Rights Reserved.