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()
           
 Long getProjectId()
           
 void setProjectId(Long projectId)
           
 

Method Detail

getProjectId

public Long getProjectId()

setProjectId

public void setProjectId(Long projectId)

getProject

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


Copyright © 2002-2006 Atlassian. All Rights Reserved.