public class BasicComponent extends Object implements AddressableEntity, NamedEntity
| Constructor and Description |
|---|
BasicComponent(URI self,
Long id,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
Long |
getId() |
String |
getName() |
URI |
getSelf() |
int |
hashCode() |
String |
toString() |
public URI getSelf()
getSelf in interface AddressableEntitypublic String getName()
getName in interface NamedEntity@Nullable public String getDescription()
Copyright © 2017 Atlassian. All rights reserved.