public class ProjectCategoryImpl extends Object implements ProjectCategory
NAME_COMPARATOR
ID_COMPARATOR
Constructor and Description |
---|
ProjectCategoryImpl(Long id,
String name,
String description) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription() |
Long |
getId() |
String |
getName() |
int |
hashCode() |
public Long getId()
getId
in interface WithId
getId
in interface ProjectCategory
public String getName()
getName
in interface ProjectCategory
getName
in interface Named
public String getDescription()
getDescription
in interface ProjectCategory
getDescription
in interface NamedWithDescription
Copyright © 2002-2021 Atlassian. All Rights Reserved.