com.atlassian.jira.project
Class ProjectIssueTypeImpl

java.lang.Object
  extended bycom.atlassian.jira.project.ProjectIssueTypeImpl
All Implemented Interfaces:
ProjectIssueType

public class ProjectIssueTypeImpl
extends java.lang.Object
implements ProjectIssueType

Date: 6/09/2004 Time: 12:55:51


Constructor Summary
ProjectIssueTypeImpl(org.ofbiz.core.entity.GenericValue project, org.ofbiz.core.entity.GenericValue issueTypeGV)
           
 
Method Summary
 org.ofbiz.core.entity.GenericValue getIssueTypeGV()
           
 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

ProjectIssueTypeImpl

public ProjectIssueTypeImpl(org.ofbiz.core.entity.GenericValue project,
                            org.ofbiz.core.entity.GenericValue issueTypeGV)
Method Detail

getProject

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

getIssueTypeGV

public org.ofbiz.core.entity.GenericValue getIssueTypeGV()
Specified by:
getIssueTypeGV in interface ProjectIssueType


Copyright © 2002-2005 Atlassian. All Rights Reserved.