com.atlassian.jira.project
Interface ProjectCategory

All Superinterfaces:
Named
All Known Implementing Classes:
ProjectCategoryImpl

public interface ProjectCategory
extends Named

Defines a project category in JIRA.

Since:
v4.0

Method Summary
 String getDescription()
           
 Long getId()
           
 String getName()
           
 

Method Detail

getId

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

getName

String getName()
Specified by:
getName in interface Named
Returns:
the user defined name for this project catetory

getDescription

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


Copyright © 2002-2012 Atlassian. All Rights Reserved.