com.atlassian.jira.project
Class ProjectCategoryImpl

java.lang.Object
  extended by com.atlassian.jira.project.ProjectCategoryImpl
All Implemented Interfaces:
ProjectCategory

public class ProjectCategoryImpl
extends Object
implements ProjectCategory

Immutable implementation of ProjectCategory

Since:
v4.4

Constructor Summary
ProjectCategoryImpl(Long id, String name, String description)
           
 
Method Summary
 String getDescription()
           
 Long getId()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectCategoryImpl

public ProjectCategoryImpl(Long id,
                           String name,
                           String description)
Method Detail

getId

public Long getId()
Specified by:
getId in interface ProjectCategory
Returns:
the unique identifier for this project category

getName

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

getDescription

public String getDescription()
Specified by:
getDescription in interface ProjectCategory
Returns:
the user defined description for this project category


Copyright © 2002-2012 Atlassian. All Rights Reserved.