com.atlassian.jira.project
Interface ProjectCategory


public interface ProjectCategory

Defines a project category in JIRA. NOTE: there is currently no implementation of this interface, but it will define project categories in the future.

Since:
v4.0

Method Summary
 java.lang.String getDescription()
           
 java.lang.Long getId()
           
 java.lang.String getName()
           
 

Method Detail

getId

java.lang.Long getId()
Returns:
the unique identifier for this project category

getName

java.lang.String getName()
Returns:
the user defined name for this project catetory

getDescription

java.lang.String getDescription()
Returns:
the user defined description for this project category


Copyright © 2002-2010 Atlassian. All Rights Reserved.