com.atlassian.jira.web.action.admin.notification
Interface ProjectAware

All Known Implementing Classes:
AbstractSelectProjectScheme, SelectProjectSecuritySchemeStep2

public interface ProjectAware


Method Summary
 org.ofbiz.core.entity.GenericValue getProject()
           
 java.lang.Long getProjectId()
           
 void setProjectId(java.lang.Long projectId)
           
 

Method Detail

getProjectId

public java.lang.Long getProjectId()

setProjectId

public void setProjectId(java.lang.Long projectId)

getProject

public org.ofbiz.core.entity.GenericValue getProject()
                                              throws org.ofbiz.core.entity.GenericEntityException
org.ofbiz.core.entity.GenericEntityException


Copyright © 2002-2003 Atlassian. All Rights Reserved.