com.atlassian.jira.project
Interface ProjectCategory

All Superinterfaces:
Named, NamedWithDescription
All Known Implementing Classes:
ProjectCategoryImpl

public interface ProjectCategory
extends Named, NamedWithDescription

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()
Specified by:
getDescription in interface NamedWithDescription
Returns:
the user defined description for this project category


Copyright © 2002-2014 Atlassian. All Rights Reserved.