com.atlassian.jira.project
Class ProjectCategoryImpl
java.lang.Object
com.atlassian.jira.project.ProjectCategoryImpl
- All Implemented Interfaces:
- ProjectCategory
public class ProjectCategoryImpl
- extends Object
- implements ProjectCategory
Immutable implementation of ProjectCategory
- Since:
- v4.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectCategoryImpl
public ProjectCategoryImpl(Long id,
String name,
String description)
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-2011 Atlassian. All Rights Reserved.