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

All Known Implementing Classes:
AbstractSelectProjectScheme, SelectProjectSecuritySchemeStep2

public interface ProjectAware


Method Summary
 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 GenericValue getProject()
                        throws GenericEntityException
Throws:
GenericEntityException