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