public class StatusCategory extends AddressableNamedEntity implements IdentifiableEntity<Long>
name, self| Constructor and Description |
|---|
StatusCategory(URI self,
String name,
Long id,
String key,
String colorName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getColorName() |
Long |
getId() |
String |
getKey() |
int |
hashCode() |
String |
toString() |
getName, getSelf, getToStringHelperpublic Long getId()
getId in interface IdentifiableEntity<Long>public String getKey()
public String getColorName()
public String toString()
toString in class AddressableNamedEntitypublic boolean equals(Object obj)
equals in class AddressableNamedEntitypublic int hashCode()
hashCode in class AddressableNamedEntityCopyright © 2023 Atlassian. All rights reserved.